Commit bf0a2963 authored by Andreas Brandl's avatar Andreas Brandl

More ignore_column calls

parent b8f196d9
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
# Placeholder class for model that is implemented in EE # Placeholder class for model that is implemented in EE
# It reserves '&' as a reference prefix, but the table does not exists in CE # It reserves '&' as a reference prefix, but the table does not exists in CE
class Epic < ApplicationRecord class Epic < ApplicationRecord
self.ignored_columns += %i[milestone_id] include IgnorableColumns
ignore_column :milestone_id, remove_after: '2019-12-15', remove_with: '12.7'
def self.link_reference_pattern def self.link_reference_pattern
nil nil
......
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