Skip to content

Instantly share code, notes, and snippets.

@derekbarber
Created October 3, 2014 21:15
Show Gist options
  • Save derekbarber/442bff131d02750fb98e to your computer and use it in GitHub Desktop.
Save derekbarber/442bff131d02750fb98e to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment