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