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
I've had the same problem until I realized that I had to do:
heroku rake db:migrate
:)