Commit ea0106d8 authored by Ryan Cobb's avatar Ryan Cobb

Namespace common metrics importer in migration

parent b319a200
......@@ -6,7 +6,7 @@ class ImportCommonMetrics < ActiveRecord::Migration[4.2]
DOWNTIME = false
def up
Importers::CommonMetrics::Importer.new.execute
::Gitlab::Importers::CommonMetrics::Importer.new.execute
end
def down
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment