Commit 0f1f8fb0 authored by Jarka Košanová's avatar Jarka Košanová

Ignore health_status column on epics

parent a03444a7
......@@ -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