summaryrefslogtreecommitdiff
path: root/db/post_migrate/20200511145545_change_variable_interpolation_format_in_common_metrics.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20200511145545_change_variable_interpolation_format_in_common_metrics.rb')
-rw-r--r--db/post_migrate/20200511145545_change_variable_interpolation_format_in_common_metrics.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/db/post_migrate/20200511145545_change_variable_interpolation_format_in_common_metrics.rb b/db/post_migrate/20200511145545_change_variable_interpolation_format_in_common_metrics.rb
deleted file mode 100644
index ac3c545350d..00000000000
--- a/db/post_migrate/20200511145545_change_variable_interpolation_format_in_common_metrics.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-# frozen_string_literal: true
-
-class ChangeVariableInterpolationFormatInCommonMetrics < ActiveRecord::Migration[6.0]
- DOWNTIME = false
-
- def up
- ::Gitlab::DatabaseImporters::CommonMetrics::Importer.new.execute
- end
-
- def down
- # no-op
- # The import cannot be reversed since we do not know the state that the
- # common metrics in the PrometheusMetric table were in before the import.
- end
-end