From c72e940a46bf31c8d2d861107b5dea5f95e93b3c Mon Sep 17 00:00:00 2001 From: Nathan Levesque Date: Mon, 23 Sep 2024 16:20:19 -0400 Subject: [PATCH] Revert "Temporarily don't run migrations (#2405)" This reverts commit 9eb55eb9b02225a8206da4949af59b4386952ee7. --- scripts/heroku-release-phase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/heroku-release-phase.sh b/scripts/heroku-release-phase.sh index d59612b9e2..6f82d65416 100755 --- a/scripts/heroku-release-phase.sh +++ b/scripts/heroku-release-phase.sh @@ -12,6 +12,6 @@ MANAGE_FILE=${MANAGE_FILE:2} echo "-----> Running django migrations" python $MANAGE_FILE showmigrations --list 2>&1 | indent -# python $MANAGE_FILE migrate --noinput 2>&1 | indent +python $MANAGE_FILE migrate --noinput 2>&1 | indent echo