mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added indexs for matches on weight_id and wrestlers on school_id
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class IndexesMatchesWeightidWrestlersSchoolid < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_index :matches, :weight_id
|
||||
add_index :wrestlers, :school_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user