Merge branch 'use-activerecord_sane_schema_dumper-ee' into 'master'
Use activerecord_sane_schema_dumper ## What does this MR do? EE side of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6827. > `ActiveRecord::SaneSchemaDumper` modifies the behavior of Rails’ `ActiveRecord::SchemaDumper` so that the generated `db/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). See merge request !799
Showing
... | ... | @@ -273,6 +273,8 @@ group :development do |
# thin instead webrick | ||
gem 'thin', '~> 1.7.0' | ||
gem 'activerecord_sane_schema_dumper', '0.2' | ||
end | ||
group :development, :test do | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment