From e9bfa28b1ac610a1e5d6ef75b152e44a2754aa8e Mon Sep 17 00:00:00 2001 From: Logan Hasson Date: Tue, 4 Feb 2014 11:43:26 -0500 Subject: [ci skip] Add missing 'task' to note on Running Migrations --- guides/source/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3