summaryrefslogtreecommitdiff
path: root/db/migrate/20140730111702_add_index_to_labels.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140730111702_add_index_to_labels.rb')
-rw-r--r--db/migrate/20140730111702_add_index_to_labels.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/db/migrate/20140730111702_add_index_to_labels.rb b/db/migrate/20140730111702_add_index_to_labels.rb
deleted file mode 100644
index 21f9dfd5d47..00000000000
--- a/db/migrate/20140730111702_add_index_to_labels.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# rubocop:disable all
-class AddIndexToLabels < ActiveRecord::Migration[4.2]
- def change
- add_index "labels", :project_id
- add_index "label_links", :label_id
- add_index "label_links", [:target_id, :target_type]
- end
-end