Skip to content

Commit

Permalink
Temporarily don't run migrations (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun authored Sep 23, 2024
1 parent 11b9df6 commit 96a1564
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 96a1564

Please sign in to comment.