revert(docker): remove automated database glossary translation from startup sequence
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m0s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m0s
This commit is contained in:
@@ -49,10 +49,6 @@ except:
|
||||
# Run database migrations
|
||||
echo "📦 Running database migrations..."
|
||||
alembic upgrade head
|
||||
|
||||
# Translate and migrate glossaries to multilingual format
|
||||
echo "🌐 Translating and migrating glossaries to multilingual..."
|
||||
python scripts/migrate_glossaries_to_multilingual_by_translation.py || echo "⚠️ Glossary translation failed but proceeding..."
|
||||
fi
|
||||
|
||||
# Wait for Redis if configured
|
||||
|
||||
Reference in New Issue
Block a user