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:
Diffstat (limited to 'app/services/click_house/sync_strategies/base_sync_strategy.rb')
-rw-r--r--app/services/click_house/sync_strategies/base_sync_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/click_house/sync_strategies/base_sync_strategy.rb b/app/services/click_house/sync_strategies/base_sync_strategy.rb
index 58c2161b83c..54f0f084d05 100644
--- a/app/services/click_house/sync_strategies/base_sync_strategy.rb
+++ b/app/services/click_house/sync_strategies/base_sync_strategy.rb
@@ -41,7 +41,7 @@ module ClickHouse
private
def enabled?
- ClickHouse::Client.database_configured?(:main)
+ Gitlab::ClickHouse.configured?
end
def context