summaryrefslogtreecommitdiff
path: root/db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb')
-rw-r--r--db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb b/db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb
index b1b0a601007..746322885b1 100644
--- a/db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb
+++ b/db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb
@@ -1,5 +1,5 @@
# rubocop:disable RemoveIndex
-class AddIndexToLabelsForTypeAndProject < ActiveRecord::Migration
+class AddIndexToLabelsForTypeAndProject < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false