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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20140730111702_add_index_to_labels.rb b/db/migrate/20140730111702_add_index_to_labels.rb
index cc7ac1fc449..21f9dfd5d47 100644
--- a/db/migrate/20140730111702_add_index_to_labels.rb
+++ b/db/migrate/20140730111702_add_index_to_labels.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddIndexToLabels < ActiveRecord::Migration
+class AddIndexToLabels < ActiveRecord::Migration[4.2]
def change
add_index "labels", :project_id
add_index "label_links", :label_id