Skip to content

Commit

Permalink
Apply migrations without fake
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath authored Jan 23, 2024
1 parent c4dbaf0 commit b033db7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .heroku/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -e
if [ -n "$CTC_URL" ] ; then
# Run migration surrounded by CTC start/stop
# python .heroku/check_change_traffic_control.py
python manage.py migrate account --fake
python manage.py showmigrations account
python manage.py migrate account 0002
python manage.py migrate account
# python manage.py migrate account --fake
# python manage.py showmigrations account
# python manage.py migrate account 0002
# python manage.py migrate account
python manage.py migrate --noinput
else
# Simply run the migration
Expand Down

0 comments on commit b033db7

Please sign in to comment.