1
0
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:
2016-01-12 17:36:45 +00:00
parent 227e588658
commit c6626988db
9 changed files with 148 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
class AddSchoolIdToTeampointsadjust < ActiveRecord::Migration
def change
add_column :teampointadjusts, :school_id, :integer
end
end