Commit 477bc34d authored by Corinna Wiesner's avatar Corinna Wiesner

Remove ignore rule for cloud_license_enabled in ApplicationSetting

In the previous milestone, the cloud_license_enabled database column in
ApplicationSetting was removed. With the new milestone, the ignore rule
can now be safely removed as well.
parent d519789a
......@@ -10,7 +10,6 @@ class ApplicationSetting < ApplicationRecord
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'
ignore_column :cloud_license_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