迁移静默错误

发布于 2024-12-08 22:01:22 字数 366 浏览 1 评论 0原文

当我运行 rake db:migrate 时,我没有得到响应。

进行跟踪时,我得到以下信息,但我不确定如何解释它:

$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment 
** Execute db:schema:dump

我正在运行 Rails 3.0.10。

When I run rake db:migrate, I don't get a response.

Doing a trace, I get the following but I am not sure how to interpret it:

$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment 
** Execute db:schema:dump

I am running rails 3.0.10.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

王权女流氓 2024-12-15 22:01:22

正如 coreyword 所建议的,也许没有新的迁移需要运行。
当没有任何(新的)事情可做时,rake db:migrate 命令将默默退出。

As coreyword suggested, perhaps there are no new migrations to run.
The rake db:migrate command will exit silently when there's nothing (new) to do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文