mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added pages for teampointsadjust and spearated wrestler and school deducted points
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSchoolIdToTeampointsadjust < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :teampointadjusts, :school_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user