Skip to content

Instantly share code, notes, and snippets.

@rednebmas
Created July 23, 2014 20:21
Show Gist options
  • Save rednebmas/16813553ad842c745030 to your computer and use it in GitHub Desktop.
Save rednebmas/16813553ad842c745030 to your computer and use it in GitHub Desktop.
Drop database on heroku
heroku pg:reset DATABASE
heroku run rake db:migrate
heroku run rake db:seed
http://stackoverflow.com/questions/4820549/how-to-empty-db-in-heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment