mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 08:58:29 +00:00
Added index for weigh ins
This commit is contained in:
6
db/migrate/20150630180257_add_index_for_weigh_ins.rb
Normal file
6
db/migrate/20150630180257_add_index_for_weigh_ins.rb
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
class AddIndexForWeighIns < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_index :tournaments, :weigh_in_ref
|
||||||
|
add_index :wrestlers, :offical_weight
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user