From e9b3b9e5d82d69cf15bd9ca2d4ecad348a76d2e4 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 3 Dec 2011 19:22:31 -0700 Subject: [PATCH] This section is more about changing the output of running migrations --- railties/guides/source/migrations.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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