提交 59164039 编写于 作者: V Vijay Dev

Revert "Where migration can get wrong help added"

This reverts commit b11113f9.
上级 e0672a8e
......@@ -927,13 +927,3 @@ features, the +execute+ method can be used to execute arbitrary SQL. You could
also use some plugin like "foreigner":https://github.com/matthuhiggins/foreigner
which add foreign key support to Active Record (including support for dumping
foreign keys in +db/schema.rb+).
h3. Where you may get into trouble ?
While running specific migrations with VERSION specified, By mistake if you misspell
command you may get into big trouble.
Consider scenario where you want to run down migration +db:migrate:down VERSION=324213490000+
By mistake if you type something like +db:migrate :down VERSION=324213490000+ then it will
change the complete meaning of migration command and it will be migrated like you are
executing +db:migrate VERSION=32421349000+
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册