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/plan_limits.rb')
-rw-r--r--app/models/plan_limits.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/plan_limits.rb b/app/models/plan_limits.rb
index 478fc1c418a..501b4c64833 100644
--- a/app/models/plan_limits.rb
+++ b/app/models/plan_limits.rb
@@ -6,7 +6,6 @@ class PlanLimits < ApplicationRecord
dashboard_limit_enabled_at].freeze
ignore_column :ci_max_artifact_size_running_container_scanning, remove_with: '14.3', remove_after: '2021-08-22'
- ignore_column :web_hook_calls_high, remove_with: '15.10', remove_after: '2022-02-22'
attribute :limits_history, :ind_jsonb, default: -> { {} }
validates :limits_history, json_schema: { filename: 'plan_limits_history' }