Commit 47d5305a authored by Corinna Wiesner's avatar Corinna Wiesner

Remove ignore rule for seat_link_enabled in ApplicationSetting

In the previous milestone, the seat_link_enabled database column in
ApplicationSetting was removed. With the new milestone, the ignore rule
can now be safely removed as well.
parent 6c981091
......@@ -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