Commit 083d53ca authored by Adam Hegyi's avatar Adam Hegyi

Merge branch 'remove-ignore-rule-for-instance-statistics-visibility-private' into 'master'

Remove ignore rule for instance_statistics_visibility_private

See merge request gitlab-org/gitlab!46457
parents e69eba78 2bd5ee37
......@@ -8,7 +8,6 @@ class ApplicationSetting < ApplicationRecord
include IgnorableColumns
ignore_column :namespace_storage_size_limit, remove_with: '13.5', remove_after: '2020-09-22'
ignore_column :instance_statistics_visibility_private, remove_with: '13.6', remove_after: '2020-10-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