Commit 951dd5f0 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '331414-ignore-remove-on-close-column' into 'master'

Ignore labels remove_on_close column

See merge request gitlab-org/gitlab!62119
parents 4596c5ee 6eb0035b
...@@ -9,6 +9,9 @@ class Label < ApplicationRecord ...@@ -9,6 +9,9 @@ class Label < ApplicationRecord
include Sortable include Sortable
include FromUnion include FromUnion
include Presentable include Presentable
include IgnorableColumns
ignore_column :remove_on_close, remove_with: '14.1', remove_after: '2021-06-22'
cache_markdown_field :description, pipeline: :single_line cache_markdown_field :description, pipeline: :single_line
......
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