PGERROR:ERROR关系“table_name”不存在(避免git提交)

时间:2014-01-01 00:43:06

标签: git heroku activeadmin

我和这篇帖子有同样的问题......

PGError: ERROR: relation "table_name" does not exist

我的解决方案是注释掉相关的ActiveAdmin文件,然后运行db:migrate。但是,要在Heroku上执行此操作,我需要

 1) comment out the files related to activeadmin 
 2) Make make a git commit
 3) Push the commit to heroku
 4) Run the migrate
 5) Make another git commit
 6) Push the commit to heroku

这似乎浪费了很多步骤,弄脏了我的git日志。是否有更好的解决方案可以自动解决此问题,而无需执行所有这些步骤?

谢谢

1 个答案:

答案 0 :(得分:0)

问题在于heroku的一面。他们不得不删除并更新后端的内容。