This commit is contained in:
2025-09-08 16:35:37 +08:00
parent c486dfc6c1
commit 712cf67506

View File

@@ -0,0 +1,13 @@
#! /usr/bin/env bash
set -e
set -x
# Let the DB start
python app/backend_pre_start.py
# Run migrations
alembic upgrade head
# Create initial data in DB
python app/initial_data.py