Use activerecord_sane_schema_dumper
What does this MR do?
ActiveRecord::SaneSchemaDumper
modifies the behavior of Rails’ActiveRecord::SchemaDumper
so that the generateddb/schema.rb
file doesn’t contain any useless/harmful whitespace column alignment.
Why was this MR needed?
To reduce potential conflicts in db/schema.rb
(see https://gitlab.com/gitlab-org/gitlab-ee/issues/715).
Merge request reports
Activity
@rspeicher Could you please review?
Reassigned to @rspeicher
Enabled an automatic merge when the build for 254c8200 succeeds
Mentioned in commit 30e6c1bc
Mentioned in issue #23371 (closed)
Please register or sign in to reply