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

Merge pull request #42812 from santib/fix-minor-typo

Fix minor typo [ci skip]
This commit is contained in:
Vipul A M 2021-07-19 20:34:42 +05:30 committed by GitHub
commit 6442aac195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
* Add option to disable schema dumb per-database
* Add option to disable schema dump per-database
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: