To drop the database:
heroku pg:reset DATABASE
To recreate the database:
heroku run rake db:migrate
To populate the database with seed data:
heroku run rake db:seed
To drop the database:
heroku pg:reset DATABASE
To recreate the database:
heroku run rake db:migrate
To populate the database with seed data:
heroku run rake db:seed