mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix doc bug
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3389 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
36fc181a57
commit
7dd2d38b9a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module ActiveRecord
|
|||
# pending migrations, creating the <tt>schema_info</tt> table if missing.
|
||||
#
|
||||
# To roll the database back to a previous migration version, use
|
||||
# <tt>rake migrate version=X</tt> where <tt>X</tt> is the version to which
|
||||
# <tt>rake migrate VERSION=X</tt> where <tt>X</tt> is the version to which
|
||||
# you wish to downgrade. If any of the migrations throw an
|
||||
# <tt>IrreversibleMigration</tt> exception, that step will fail and you'll
|
||||
# have some manual work to do.
|
||||
|
|
Loading…
Reference in a new issue