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