diff options
Diffstat (limited to 'app/models/epic.rb')
-rw-r--r-- | app/models/epic.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/epic.rb b/app/models/epic.rb index e09dc1080e6..93f286f97d3 100644 --- a/app/models/epic.rb +++ b/app/models/epic.rb @@ -5,8 +5,6 @@ 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 |