Loading python/django/migrations.yml +2 −0 Original line number Diff line number Diff line Loading @@ -17,4 +17,6 @@ python:django:migrations: if [ ! "$STATE" = "No changes detected" ]; then echo "[!] You have model changes for which no migrations have been created." exit 1 else echo "[+] Looks good, no need for any new migrations." fi Loading
python/django/migrations.yml +2 −0 Original line number Diff line number Diff line Loading @@ -17,4 +17,6 @@ python:django:migrations: if [ ! "$STATE" = "No changes detected" ]; then echo "[!] You have model changes for which no migrations have been created." exit 1 else echo "[+] Looks good, no need for any new migrations." fi