df8a56e630
In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
8 lines
115 B
Ruby
8 lines
115 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module DatabaseImporters
|
|
module CommonMetrics
|
|
end
|
|
end
|
|
end
|