March 2011
1 post
1 tag
Reset Heroku Database and Reload Seeds
Since heroku rake db:migrate:reset doesn’t work you should run:
heroku pg:reset SHARED_DATABASE --confirm <APP_NAME>
heroku rake db:migrate