Commit 61765372 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '217587-remove-ignore-rule' into 'master'

Remove title and description ignore rule

Closes #217587

See merge request gitlab-org/gitlab!39728
parents 1858d57b 5feca3e4
......@@ -9,7 +9,6 @@ class Service < ApplicationRecord
include DataFields
include IgnorableColumns
ignore_columns %i[title description], remove_with: '13.4', remove_after: '2020-09-22'
ignore_columns %i[default], remove_with: '13.5', remove_after: '2020-10-22'
SERVICE_NAMES = %w[
......
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