From 7a1fbe025860d214120130530446cc15f6d12ce1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 3 Feb 2023 17:00:46 -0500 Subject: [PATCH] podcast normalize previous squash --- misc/upgrade.sh | 3 +++ 1 file changed, 3 insertions(+) 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