Commit b2662adb authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'ignore-epic-health-status' into 'master'

Ignore health_status column on epics

See merge request gitlab-org/gitlab!26763
parents 1b8aa183 0f1f8fb0
......@@ -5,6 +5,8 @@
class Epic < ApplicationRecord
include IgnorableColumns
ignore_column :health_status, remove_with: '13.0', remove_after: '2019-05-22'
def self.link_reference_pattern
nil
end
......
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