mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 07:39:06 +00:00
6 lines
140 B
Ruby
6 lines
140 B
Ruby
class AddSchoolIdToTeampointsadjust < ActiveRecord::Migration
|
|
def change
|
|
add_column :teampointadjusts, :school_id, :integer
|
|
end
|
|
end
|