mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-13 10:35:30 +00:00
✨ Update all for Postgres and new techniques
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
|
||||
# Let the DB start
|
||||
python /app/app/backend_pre_start.py
|
||||
|
||||
# Run migrations
|
||||
alembic upgrade head
|
||||
|
||||
# Create initial data in DB
|
||||
python /app/app/initial_data.py
|
||||
|
||||
Reference in New Issue
Block a user