-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 4.2 introduced `force: :cascade` and uses that by default when dumping the schema[1] to make it possible to reload a schema when foreign keys are in place, so we now get a slightly different dump format. There are also other trivial differences. Commit this new version to reduce diff's when the schema is dumped. Note that there are additional differences when dumping databases created pre-4.2 (to do with `limit: 255`, see #225 for discussion), but they will be addressed separately. [1] https://guides.rubyonrails.org/v4.2/4_2_release_notes.html#active-record-notable-changes
- Loading branch information
1 parent
0b5276a
commit b084e51
Showing
1 changed file
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters