summaryrefslogtreecommitdiff
path: root/app/models/epic.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-10 03:08:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-10 03:08:03 +0000
commitf5ae9d0960aa422a65a2a22e230100257dddb9ed (patch)
tree7ececb6a6806b3599d16cbafe07ecd0b194e2604 /app/models/epic.rb
parent9ac561230fb7a94c8f8e35163fe47fdb9829b108 (diff)
downloadgitlab-ce-f5ae9d0960aa422a65a2a22e230100257dddb9ed.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/epic.rb')
-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