1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added index for weigh ins

This commit is contained in:
2015-06-30 18:03:38 +00:00
parent ce2a7b28bc
commit 4d8ba9e7ee

View File

@@ -0,0 +1,6 @@
class AddIndexForWeighIns < ActiveRecord::Migration
def change
add_index :tournaments, :weigh_in_ref
add_index :wrestlers, :offical_weight
end
end