Commit c8fb59db authored by Lee Tickett's avatar Lee Tickett Committed by Andreas Brandl

Remove milestone_id from epics table 3/3

parent 1828006e
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
class Epic < ApplicationRecord class Epic < ApplicationRecord
include IgnorableColumns include IgnorableColumns
ignore_column :milestone_id, remove_after: '2020-02-01', remove_with: '12.8'
def self.link_reference_pattern def self.link_reference_pattern
nil nil
end 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