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-11 00:07:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-11 00:07:23 +0300
commit99bd45e7ce7539f3a0b7f7b710f1230464367b59 (patch)
treeb5337e76c2a326b31c1890d154881ff68d388bc7 /app/models/namespace.rb
parent8cc4a6f23d41a1c57dc309130d2ce9ebc04d8334 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r--app/models/namespace.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index ad6e2147813..04787360622 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -11,17 +11,12 @@ class Namespace < ApplicationRecord
include FeatureGate
include FromUnion
include Gitlab::Utils::StrongMemoize
- include IgnorableColumns
include Namespaces::Traversal::Recursive
include Namespaces::Traversal::Linear
include EachBatch
include BlocksUnsafeSerialization
include Ci::NamespaceSettings
- # Temporary column used for back-filling project namespaces.
- # Remove it once the back-filling of all project namespaces is done.
- ignore_column :tmp_project_id, remove_with: '14.7', remove_after: '2022-01-22'
-
# Tells ActiveRecord not to store the full class name, in order to save some space
# https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69794
self.store_full_sti_class = false