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.rb1
1 files changed, 1 insertions, 0 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 31ef458c44f..b1b0a601007 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,3 +1,4 @@
+# rubocop:disable RemoveIndex
class AddIndexToLabelsForTypeAndProject < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers