mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-19 03:25:26 +00:00
Added persistence to pool placement and pool order
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPoolPlacementToWrestler < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :wrestlers, :pool_placement, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user