summaryrefslogtreecommitdiff
path: root/db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb')
-rw-r--r--db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb b/db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb
index 66820f13f54..d225899af18 100644
--- a/db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb
+++ b/db/migrate/20180101160630_change_project_id_for_prometheus_metrics.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class ChangeProjectIdForPrometheusMetrics < ActiveRecord::Migration
+class ChangeProjectIdForPrometheusMetrics < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false