mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Readability improvements
This commit is contained in:
parent
82ba3a79bf
commit
90f18cc85e
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ current schema into it.
|
|||
NOTE: This is not the same as running all the migrations - see the section on
|
||||
"schema.rb":#schema-dumping-and-you.
|
||||
|
||||
h4. Being Specific
|
||||
h4. Running specific migrations
|
||||
|
||||
If you need to run a specific migration up or down, the +db:migrate:up+ and
|
||||
+db:migrate:down+ tasks will do that. Just specify the appropriate version and
|
||||
|
|
Loading…
Reference in a new issue