Commit 307385ef authored by Robert May's avatar Robert May

Merge branch '329993_ignore_cloud_license_enabled_application_setting' into 'master'

Ignore cloud_license_enabled in ApplicationSetting

See merge request gitlab-org/gitlab!65951
parents 7883a37d d3b0239f
......@@ -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