♻️ Simplify database readiness checks (#2460)

This commit is contained in:
Sebastián Ramírez
2026-08-28 13:53:10 +02:00
committed by GitHub
parent 2ccfa25845
commit f8dd304eeb
11 changed files with 3 additions and 164 deletions
-3
View File
@@ -3,9 +3,6 @@
set -e
set -x
# Let the DB start
python app/backend_pre_start.py
# Run migrations
alembic upgrade head