YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 58 forks source link

Fix app.json for Heroku #1680

Closed orenyk closed 7 years ago

orenyk commented 7 years ago

We currently call rake db:reset in post-deploy scripts, but Heroku Postgres doesn't support dropping databases. We should replace it with a rake db:schema:load db:seed.