- -
This commit is contained in:
parent
e1ddb3b0f6
commit
ac0a05bcc7
|
@ -0,0 +1,5 @@
|
||||||
|
class AddSchoolToCourses < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :courses, :school, :string
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue