diff options
author | Kir Shatrov <kirs@users.noreply.github.com> | 2016-12-31 11:42:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-31 11:42:23 -0500 |
commit | 3e4b7ecc285bdc3fbecc758613bcc2ff4f7f31ad (patch) | |
tree | bce0ba839ac4de5edf452d1de508d10d762eb27c | |
parent | 621d063f6b1e58ab9c308fe4f29a341c7d1eb3c6 (diff) | |
download | rails-3e4b7ecc285bdc3fbecc758613bcc2ff4f7f31ad.tar.gz rails-3e4b7ecc285bdc3fbecc758613bcc2ff4f7f31ad.tar.bz2 rails-3e4b7ecc285bdc3fbecc758613bcc2ff4f7f31ad.zip |
Update schema cache doc in guides/command_line
-rw-r--r-- | guides/source/command_line.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 9d7ecce947..c8d559745e 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -407,8 +407,8 @@ db:fixtures:load Loads fixtures into the ... db:migrate Migrate the database ... db:migrate:status Display status of migrations db:rollback Rolls the schema back to ... -db:schema:cache:clear Clears a db/schema_cache.dump file -db:schema:cache:dump Creates a db/schema_cache.dump file +db:schema:cache:clear Clears a db/schema_cache.yml file +db:schema:cache:dump Creates a db/schema_cache.yml file db:schema:dump Creates a db/schema.rb file ... db:schema:load Loads a schema.rb file ... db:seed Loads the seed data ... |