diff --git a/db/migrate/20150523121319_introduce_indexes.rb b/db/migrate/20150523121319_introduce_indexes.rb index ff24411..f022d14 100644 --- a/db/migrate/20150523121319_introduce_indexes.rb +++ b/db/migrate/20150523121319_introduce_indexes.rb @@ -4,7 +4,7 @@ class IntroduceIndexes < ActiveRecord::Migration add_index :schools, :tournament_id add_index :mats, :tournament_id add_index :matches, :tournament_id - add_index :matches, [:w1, :w2], :unique => true + add_index :matches, [:w1, :w2] add_index :wrestlers, :weight_id end end