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:
authorRyan Cobb <rcobb@gitlab.com>2019-07-10 00:31:28 +0300
committerRyan Cobb <rcobb@gitlab.com>2019-07-10 02:02:08 +0300
commitdf8a56e630a4f4df93fbc54de938f31542539d31 (patch)
treedd995a9294569374fe48b244c972b0b5456100d9 /db/migrate/20190408163745_prometheus_knative05_fix.rb
parent68b37a99f4032deb9b1f196451a09c051274480c (diff)
Rename Gitlab::Importers module
In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
Diffstat (limited to 'db/migrate/20190408163745_prometheus_knative05_fix.rb')
-rw-r--r--db/migrate/20190408163745_prometheus_knative05_fix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20190408163745_prometheus_knative05_fix.rb b/db/migrate/20190408163745_prometheus_knative05_fix.rb
index 1b8e07a8c08..3d0aa782669 100644
--- a/db/migrate/20190408163745_prometheus_knative05_fix.rb
+++ b/db/migrate/20190408163745_prometheus_knative05_fix.rb
@@ -9,7 +9,7 @@ class PrometheusKnative05Fix < ActiveRecord::Migration[5.0]
DOWNTIME = false
def up
- ::Gitlab::Importers::CommonMetrics::Importer.new.execute
+ ::Gitlab::DatabaseImporters::CommonMetrics::Importer.new.execute
end
def down