summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/epic.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/epic.rb b/app/models/epic.rb
index ea4a231931d..04e19c17e18 100644
--- a/app/models/epic.rb
+++ b/app/models/epic.rb
@@ -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