podcast normalize previous squash
This commit is contained in:
parent
0daf3b49e7
commit
7a1fbe0258
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
[ -f manage.py ] || exit
|
||||
echo Dry Run MakeMigrations:
|
||||
python3 manage.py makemigrations --dry-run
|
||||
echo Planned Migrations:
|
||||
python3 manage.py migrate --plan
|
||||
|
||||
while true; do
|
||||
|
|
Loading…
Add table
Reference in a new issue