mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
10ca60a16b
Dumping the schema is on by default for all databases in an application. To turn it off for a specific database use the `schema_dump` option: ```yaml # config/database.yml production: schema_dump: false ``` Co-authored-by: Luis Vasconcellos <vasconcelloslf@gmail.com> |
||
---|---|---|
.. | ||
dbs_test.rb | ||
framework_test.rb | ||
log_test.rb | ||
migrations_test.rb | ||
multi_dbs_test.rb | ||
restart_test.rb | ||
tmp_test.rb |