mirror of
https://github.com/github/rails.git
synced 2026-02-06 20:25:28 -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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user