Skip to content

Commit c72e940

Browse files
committed
Revert "Temporarily don't run migrations (#2405)"
This reverts commit 9eb55eb.
1 parent 4099e65 commit c72e940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/heroku-release-phase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ MANAGE_FILE=${MANAGE_FILE:2}
1212

1313
echo "-----> Running django migrations"
1414
python $MANAGE_FILE showmigrations --list 2>&1 | indent
15-
# python $MANAGE_FILE migrate --noinput 2>&1 | indent
15+
python $MANAGE_FILE migrate --noinput 2>&1 | indent
1616

1717
echo

0 commit comments

Comments
 (0)