Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/namespace/detail.rb')
-rw-r--r--app/models/namespace/detail.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/namespace/detail.rb b/app/models/namespace/detail.rb
index 6c825b5364f..a65027733e9 100644
--- a/app/models/namespace/detail.rb
+++ b/app/models/namespace/detail.rb
@@ -3,7 +3,6 @@
class Namespace::Detail < ApplicationRecord
include IgnorableColumns
- ignore_column :free_user_cap_over_limt_notified_at, remove_with: '15.7', remove_after: '2022-11-22'
ignore_column :dashboard_notification_at, remove_with: '16.5', remove_after: '2023-08-22'
ignore_column :dashboard_enforcement_at, remove_with: '16.5', remove_after: '2023-08-22'
ignore_column :next_over_limit_check_at, remove_with: '16.5', remove_after: '2023-08-22'