Heroku Postgres Error: PGError: ERROR: relation “organizations” does not exist (ActiveRecord::StatementInvalid)

后端 未结 13 594
有刺的猬
有刺的猬 2020-11-27 14:27

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

13条回答
  •  眼角桃花
    2020-11-27 14:46

    Apparently deleting my entire app and then redeploying from scratch fixed it. I have no idea what the problem was.

提交回复
热议问题