chore: auto migrate on start script

This commit is contained in:
ramvignesh-b
2026-04-24 04:09:41 +05:30
parent 7eed38f27e
commit 33995ffee1
3 changed files with 4 additions and 5 deletions
+1
View File
@@ -31,6 +31,7 @@ done
(
cd backend || exit 1
uv run manage.py migrate
uv run manage.py serve
) &
BACKEND_PID=$!