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 had the same problem. To solve it, resetting the database is more easier.
Then, migration was done successfully for my case :)