1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update schema cache doc in guides/command_line

This commit is contained in:
Kir Shatrov 2016-12-31 11:42:23 -05:00 committed by GitHub
parent 621d063f6b
commit 3e4b7ecc28

View file

@ -407,8 +407,8 @@ db:fixtures:load Loads fixtures into the ...
db:migrate Migrate the database ... db:migrate Migrate the database ...
db:migrate:status Display status of migrations db:migrate:status Display status of migrations
db:rollback Rolls the schema back to ... db:rollback Rolls the schema back to ...
db:schema:cache:clear Clears 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.dump file db:schema:cache:dump Creates a db/schema_cache.yml file
db:schema:dump Creates a db/schema.rb file ... db:schema:dump Creates a db/schema.rb file ...
db:schema:load Loads a schema.rb file ... db:schema:load Loads a schema.rb file ...
db:seed Loads the seed data ... db:seed Loads the seed data ...