mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
This section is more about changing the output of running migrations
This commit is contained in:
parent
d1ef1b2220
commit
e9b3b9e5d8
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ check whether the migration has already run, so for example +db:migrate:up
|
|||
VERSION=20080906120000+ will do nothing if Active Record believes that
|
||||
20080906120000 has already been run.
|
||||
|
||||
h4. Being Talkative
|
||||
h4. Changing the output of running migrations
|
||||
|
||||
By default migrations tell you exactly what they're doing and how long it took.
|
||||
A migration creating a table and adding an index might produce output like this
|
||||
|
|
Loading…
Reference in a new issue