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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-20 12:07:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-20 12:07:18 +0300
commit11b9d80bd76531de59013e773957b46d014b82af (patch)
tree56bdd016df9b196a797b0c18d5cfc30960d5c385 /app/models/plan_limits.rb
parente49f1ae46a164511ba79a08fea137ced2c357d6b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/plan_limits.rb')
-rw-r--r--app/models/plan_limits.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/plan_limits.rb b/app/models/plan_limits.rb
index bf08da6a1e1..8e12ffa1393 100644
--- a/app/models/plan_limits.rb
+++ b/app/models/plan_limits.rb
@@ -2,8 +2,8 @@
class PlanLimits < ApplicationRecord
include IgnorableColumns
-
ignore_column :ci_max_artifact_size_running_container_scanning, remove_with: '14.3', remove_after: '2021-08-22'
+ ignore_column :web_hook_calls, remove_with: '15.10', remove_after: '2022-02-22'
LimitUndefinedError = Class.new(StandardError)