I\'m having a problem deploying my Rails app to Heroku, where this error is thrown when trying to access the app:
PGError: ERROR: relation \"organiz
My heroku version:
heroku --version #=> heroku-gem/2.29.0 (x86_64-linux) ruby/1.9.3
In order to fix it just open your terminal and run:
heroku pg:reset DATABASE --confirm YOUR_APP_NAME heroku run rake db:setup heroku restart heroku open