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-11-09 09:11:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-09 09:11:32 +0300
commit7b29a4f84e25ab3eb610c1595bad38478784f5ff (patch)
tree0ef83174d3c5bd5714cf91d1f31059d6fb654d45 /app/models/project.rb
parent6faeb44a01f086482b8905b36b591cdb5797470a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 0e60c466726..3f977d352a5 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -39,6 +39,7 @@ class Project < ApplicationRecord
include BulkUsersByEmailLoad
include RunnerTokenExpirationInterval
include BlocksUnsafeSerialization
+ include Subquery
extend Gitlab::Cache::RequestCache
extend Gitlab::Utils::Override