Commit 22d37c56 authored by Andreas Brandl's avatar Andreas Brandl

Merge branch 'remove_milestone_id_from_epics3' into 'master'

Remove milestone_id from epics table 3/3

See merge request gitlab-org/gitlab!23282
parents 1828006e c8fb59db
......@@ -5,8 +5,6 @@
class Epic < ApplicationRecord
include IgnorableColumns
ignore_column :milestone_id, remove_after: '2020-02-01', remove_with: '12.8'
def self.link_reference_pattern
nil
end
......
---
title: Remove milestone_id from epics
merge_request: 23282
author: Lee Tickett
type: other
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