aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/migrations.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-06 23:05:43 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-06 23:05:43 +0530
commit7eb596cddd75b379ca2ca25955b0bd2af77a89bc (patch)
treefe4dac360edc71ec5e8f0487a113b59f139505fd /railties/guides/source/migrations.textile
parent9be2353fac89729b839df3d0538b607f3fc1aa87 (diff)
parent89647a305f882cde0e87b0136ad9a1b6d3bd4fbd (diff)
downloadrails-7eb596cddd75b379ca2ca25955b0bd2af77a89bc.tar.gz
rails-7eb596cddd75b379ca2ca25955b0bd2af77a89bc.tar.bz2
rails-7eb596cddd75b379ca2ca25955b0bd2af77a89bc.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/migrations.textile')
-rw-r--r--railties/guides/source/migrations.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile
index e67be0ae9f..92356edf90 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -541,7 +541,7 @@ Note that running the +db:migrate+ also invokes the +db:schema:dump+ task, which
will update your db/schema.rb file to match the structure of your database.
If you specify a target version, Active Record will run the required migrations
-(up or down or change) until it has reached the specified version. The version
+(up, down or change) until it has reached the specified version. The version
is the numerical prefix on the migration's filename. For example, to migrate
to version 20080906120000 run