Skip to content

Commit

Permalink
Revert "Temporarily don't run migrations (#2405)"
Browse files Browse the repository at this point in the history
This reverts commit 9eb55eb.
  • Loading branch information
rhysyngsun committed Sep 23, 2024
1 parent 4099e65 commit c72e940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/heroku-release-phase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c72e940

Please sign in to comment.