summaryrefslogtreecommitdiff
path: root/app/models/epic.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-22 15:06:39 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-22 15:06:39 +0000
commit68b6846fa6c7b630cc8dab7a8474dcc34e4d67d4 (patch)
treef592f2a5fed915184154ffd05e4e44298a192207 /app/models/epic.rb
parent4db9eeb44af5644eb1d080b4ccf4aff8b90656b9 (diff)
downloadgitlab-ce-68b6846fa6c7b630cc8dab7a8474dcc34e4d67d4.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 46723462590..01ef8bd100e 100644
--- a/app/models/epic.rb
+++ b/app/models/epic.rb
@@ -3,6 +3,8 @@
# Placeholder class for model that is implemented in EE
# It reserves '&' as a reference prefix, but the table does not exists in CE
class Epic < ApplicationRecord
+ self.ignored_columns += %i[milestone_id]
+
def self.link_reference_pattern
nil
end