aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/migrations.md
diff options
context:
space:
mode:
authorLogan Hasson <logan.hasson@gmail.com>2014-02-04 11:43:26 -0500
committerLogan Hasson <logan.hasson@gmail.com>2014-02-04 11:43:26 -0500
commite9bfa28b1ac610a1e5d6ef75b152e44a2754aa8e (patch)
treed6b774ffc19822d5272f55650f889709b77aae56 /guides/source/migrations.md
parentdfac4ced1d108d10ffd52fb79c354a15808d7969 (diff)
downloadrails-e9bfa28b1ac610a1e5d6ef75b152e44a2754aa8e.tar.gz
rails-e9bfa28b1ac610a1e5d6ef75b152e44a2754aa8e.tar.bz2
rails-e9bfa28b1ac610a1e5d6ef75b152e44a2754aa8e.zip
[ci skip] Add missing 'task' to note on Running Migrations
Diffstat (limited to 'guides/source/migrations.md')
-rw-r--r--guides/source/migrations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md
index 5d5c2724b1..64c4e1e07e 100644
--- a/guides/source/migrations.md
+++ b/guides/source/migrations.md
@@ -642,7 +642,7 @@ method for all the migrations that have not yet been run. If there are
no such migrations, it exits. It will run these migrations in order based
on the date of the migration.
-Note that running the `db:migrate` also invokes the `db:schema:dump` task, which
+Note that running the `db:migrate` task 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