We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4099e65 commit c72e940Copy full SHA for c72e940
scripts/heroku-release-phase.sh
@@ -12,6 +12,6 @@ MANAGE_FILE=${MANAGE_FILE:2}
12
13
echo "-----> Running django migrations"
14
python $MANAGE_FILE showmigrations --list 2>&1 | indent
15
-# python $MANAGE_FILE migrate --noinput 2>&1 | indent
+python $MANAGE_FILE migrate --noinput 2>&1 | indent
16
17
echo
0 commit comments