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

后端 未结 13 599
有刺的猬
有刺的猬 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条回答
  •  萌比男神i
    2020-11-27 14:54

    I've had the same problem until I realized that I had to do:

    heroku rake db:migrate
    

    :)

提交回复
热议问题