Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Heroku migrate without input
Browse files Browse the repository at this point in the history
  • Loading branch information
shirishgoyal committed Jan 1, 2016
1 parent d0dc71a commit 305f9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_migrate
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ MANAGE_FILE=$(find . -maxdepth 3 -type f -name 'manage.py' | head -1)
MANAGE_FILE=${MANAGE_FILE:2}

echo "Executing DB migrations"
python $MANAGE_FILE migrate
python $MANAGE_FILE migrate --noinput

echo "DB migration complete"

0 comments on commit 305f9b2

Please sign in to comment.