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