added the migration command
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 25s

This commit is contained in:
vickytechkey 2026-08-12 18:46:04 +05:30
parent 4e28e97e9a
commit 1bb05212b5

View file

@ -88,6 +88,7 @@ jobs:
echo "DEBUG=0" >> .env
# ── 6. Run Database Migrations ─────────────────────────────────
./venv/bin/python manage.py migrate auth zero --fake || true
./venv/bin/python manage.py migrate --noinput
# ── 7. Configure and restart Systemd service ───────────────────