Commit 12e9b5b2 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'remove-ignore-column-lines' into 'master'

Remove ignore column lines

See merge request !2677
parents 7bee1315 9e7e6ce2
......@@ -21,10 +21,6 @@ module EE
}.freeze
prepended do
include IgnorableColumn
ignore_column :plan
belongs_to :plan
has_one :namespace_statistics
......
......@@ -7,13 +7,10 @@ module EE
extend ActiveSupport::Concern
prepended do
include IgnorableColumn
include Elastic::ProjectsSearch
prepend GeoAwareAvatar
prepend ImportStatusStateMachine
ignore_column :sync_time
before_validation :mark_remote_mirrors_for_removal
after_save :create_mirror_data, if: ->(project) { project.mirror? && project.mirror_changed? }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment