diff --git a/misc/upgrade.sh b/misc/upgrade.sh index 0d54ff20..f5ef01e7 100755 --- a/misc/upgrade.sh +++ b/misc/upgrade.sh @@ -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