mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 06:54:16 +00:00
Moved poolNumber generation to weight.
This commit is contained in:
5
db/migrate/20150317122709_drop_pool_number.rb
Normal file
5
db/migrate/20150317122709_drop_pool_number.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropPoolNumber < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :wrestlers, :poolNumber
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user