Skip to content

Commit

Permalink
[ci skip] Add missing 'task' to note on Running Migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
loganhasson committed Feb 4, 2014
1 parent dfac4ce commit e9bfa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/migrations.md
Expand Up @@ -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
Expand Down

0 comments on commit e9bfa28

Please sign in to comment.