mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-28 09:40:51 +00:00
Did not need indexes
This commit is contained in:
@@ -2,7 +2,5 @@ class AddOfficalWeightWrestlers < ActiveRecord::Migration
|
|||||||
def change
|
def change
|
||||||
add_column :tournaments, :weigh_in_ref, :text
|
add_column :tournaments, :weigh_in_ref, :text
|
||||||
add_column :wrestlers, :offical_weight, :decimal
|
add_column :wrestlers, :offical_weight, :decimal
|
||||||
add_index :tournaments, :weigh_in_ref
|
|
||||||
add_index :wrestlers, :offical_weight
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user