chore: run migrations on bin/start (#29359)

This commit is contained in:
Meikel Ratz
2025-03-05 12:46:21 +00:00
committed by GitHub
parent 04e0a89858
commit b33209b4de

View File

@@ -1,6 +1,6 @@
procs:
backend:
shell: 'bin/check_kafka_clickhouse_up && ./bin/start-backend'
shell: 'bin/check_kafka_clickhouse_up && python manage.py migrate && ./bin/start-backend'
celery-worker:
shell: 'bin/check_kafka_clickhouse_up && ./bin/start-celery worker'