Commit d3b0239f authored by Corinna Wiesner's avatar Corinna Wiesner

Ignore cloud_license_enabled in ApplicationSetting

Ignore the column cloud_license_enabled in ApplicationSetting to prepare
for its removal.

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65951
EE: true
parent 44a778a9
......@@ -14,6 +14,7 @@ module EE
ignore_columns %i[elasticsearch_shards elasticsearch_replicas], remove_with: '14.1', remove_after: '2021-06-22'
ignore_column :seat_link_enabled, remove_with: '14.2', remove_after: '2021-07-22'
ignore_column :cloud_license_enabled, remove_with: '14.3', remove_after: '2021-08-22'
EMAIL_ADDITIONAL_TEXT_CHARACTER_LIMIT = 10_000
DEFAULT_NUMBER_OF_DAYS_BEFORE_REMOVAL = 7
......
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