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>2022-09-14 09:11:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-14 09:11:48 +0300
commitd898994a1465412b024091e22ff59fd863e5ac2f (patch)
treec88b480dcf05721653ed903f94b30414e1523a97 /app/models/project.rb
parent1a92cb5aaf5a1bc1338a5124275c35b18d295255 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 46295545e91..5bf38c66eab 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -46,8 +46,6 @@ class Project < ApplicationRecord
extend Gitlab::ConfigHelper
- ignore_columns :container_registry_enabled, remove_after: '2021-09-22', remove_with: '14.4'
-
BoardLimitExceeded = Class.new(StandardError)
ExportLimitExceeded = Class.new(StandardError)