我想在rails 3.1中的所有迁移上运行rake db:migrate:down。其他一些问题建议使用rake db:migrate:down VERSION=0,但这会给我以下错误:
rake db:migrate:down
rake db:migrate:down VERSION=0
No migration with version number 0
发布于 2011-09-22 04:34:28
使用rake db:migrate VERSION=0
rake db:migrate VERSION=0
https://stackoverflow.com/questions/7505913
相似问题