Commit bbc2457b authored by David Kim's avatar David Kim

Merge branch '332812_remove_ignore_rule_for_seat_link_enabled_in_application_setting' into 'master'

Remove ignore rule for seat_link_enabled in ApplicationSetting

See merge request gitlab-org/gitlab!70774
parents 8d46da8a 47d5305a
......@@ -9,7 +9,6 @@ class ApplicationSetting < ApplicationRecord
include Sanitizable
ignore_columns %i[elasticsearch_shards elasticsearch_replicas], remove_with: '14.4', remove_after: '2021-09-22'
ignore_column :seat_link_enabled, remove_with: '14.4', remove_after: '2021-09-22'
INSTANCE_REVIEW_MIN_USERS = 50
GRAFANA_URL_ERROR_MESSAGE = 'Please check your Grafana URL setting in ' \
......
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