mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-11 07:56:28 +00:00
Wrestler pool number is now saved in db. Pool number generation moved to it's own class.
This commit is contained in:
5
db/migrate/20170301174920_add_pool_column.rb
Normal file
5
db/migrate/20170301174920_add_pool_column.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPoolColumn < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :wrestlers, :pool, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user