Commit 36da41da authored by Gabriel Mazetto's avatar Gabriel Mazetto

Merge branch '276090-remove_namespace_storage_size_limit_ignore_statement' into 'master'

Remove ignore statement for namespace_storage_size_limit

See merge request gitlab-org/gitlab!47385
parents 1f02f40f 652a217e
......@@ -5,9 +5,6 @@ class ApplicationSetting < ApplicationRecord
include CacheMarkdownField
include TokenAuthenticatable
include ChronicDurationAttribute
include IgnorableColumns
ignore_column :namespace_storage_size_limit, remove_with: '13.5', remove_after: '2020-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