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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/namespace/detail.rb b/app/models/namespace/detail.rb
index 2660d11171e..6c825b5364f 100644
--- a/app/models/namespace/detail.rb
+++ b/app/models/namespace/detail.rb
@@ -4,6 +4,10 @@ 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'
+ ignore_column :free_user_cap_over_limit_notified_at, remove_with: '16.5', remove_after: '2023-08-22'
belongs_to :namespace, inverse_of: :namespace_details
validates :namespace, presence: true