Skip to content

Instantly share code, notes, and snippets.

@luizfonseca
Created January 13, 2012 07:44
Show Gist options
  • Save luizfonseca/1605027 to your computer and use it in GitHub Desktop.
Save luizfonseca/1605027 to your computer and use it in GitHub Desktop.
Reseting a PostgreSQL database on Heroku
heroku pg:reset SHARED_DATABASE --confirm=_database_name_ && heroku rake db:migrate db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment