Skip to content

Commit

Permalink
Remove db:migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
kwfk committed May 5, 2020
1 parent 5c1f1b3 commit 6c02402
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 @@ -3,7 +3,7 @@
"description": "Internal dashboard for Unloop to help them build a pipeline from prison to tech.",
"repository": "https://github.com/calblueprint/unloop",
"scripts": {
"postdeploy": "bundle exec rails db:migrate db:seed"
"postdeploy": "bundle exec rails db:seed"
},
"env": {
"SMTP_HOST": {
Expand Down

0 comments on commit 6c02402

Please sign in to comment.