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-06 18:08:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-06 18:08:20 +0300
commita9524ab189e8340e0b6ea64a1355b9484d1d9731 (patch)
tree0a89643db007329ca3c1930c58d34e0e657f0601 /lib/gitlab/database.rb
parent53fb4ad16325d4963fdc5396b8510ab748a45e50 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/database.rb')
-rw-r--r--lib/gitlab/database.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/database.rb b/lib/gitlab/database.rb
index 51d5bfcee38..40e2e637114 100644
--- a/lib/gitlab/database.rb
+++ b/lib/gitlab/database.rb
@@ -84,7 +84,7 @@ module Gitlab
#
# TODO: https://gitlab.com/gitlab-org/geo-team/discussions/-/issues/5032
def self.database_base_models_using_load_balancing
- @database_base_models_with_gitlab_shared ||= {
+ @database_base_models_using_load_balancing ||= {
# Note that we use ActiveRecord::Base here and not ApplicationRecord.
# This is deliberate, as we also use these classes to apply load
# balancing to, and the load balancer must be enabled for _all_ models