Skip to content

Commit

Permalink
Use db:migrate instead of schema:load since destructive action fails
Browse files Browse the repository at this point in the history
  • Loading branch information
littleforest committed Jan 4, 2021
1 parent 0ea0197 commit 6bf01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"scripts": {
"postdeploy": "bundle exec rake db:schema:load db:seed"
"postdeploy": "bundle exec rake db:migrate db:seed"
},
"stack": "heroku-18"
}

0 comments on commit 6bf01dc

Please sign in to comment.