Skip to content

Commit

Permalink
chore: add db:migrate to recreate-mysql-db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 4, 2018
1 parent 0a82149 commit 4f67ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/recreate-mysql-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ echo "export PACT_BROKER_DATABASE_HOST=${ip}"
echo "To test:"
echo "mysql -upact_broker -ppact_broker -hlocalhost"

DATABASE_ADAPTER=mysql bundle exec rake db:migrate

0 comments on commit 4f67ded

Please sign in to comment.