Open MarcoMorawec opened 11 years ago
What I found to be helpful
Error: relationship does not exist
Solution: Reset your heroku database like this: heroku run rake db:reset heroku run rake db:migrate heroku restart (Restarts the dynos)
Check your remote database on the heroku app: heroku pg:psql -a app_name (e.g secret-cove-5115) \d (to see database)
What I found to be helpful
Error: relationship does not exist
Solution: Reset your heroku database like this: heroku run rake db:reset heroku run rake db:migrate heroku restart (Restarts the dynos)
Check your remote database on the heroku app: heroku pg:psql -a app_name (e.g secret-cove-5115) \d (to see database)