diff options
author | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:22:31 -0700 |
---|---|---|
committer | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:31:44 -0700 |
commit | e9b3b9e5d82d69cf15bd9ca2d4ecad348a76d2e4 (patch) | |
tree | c01dca5babca75ef6dfaaa6dcedfc0e21828d4c6 /railties | |
parent | d1ef1b2220947d772c9b2b8e8e4bc735fc6bdb71 (diff) | |
download | rails-e9b3b9e5d82d69cf15bd9ca2d4ecad348a76d2e4.tar.gz rails-e9b3b9e5d82d69cf15bd9ca2d4ecad348a76d2e4.tar.bz2 rails-e9b3b9e5d82d69cf15bd9ca2d4ecad348a76d2e4.zip |
This section is more about changing the output of running migrations
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/migrations.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index a1a4afc067..0eebe742c9 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -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 |