parent
1ed1957899
commit
84bb5af86f
@ -0,0 +1,5 @@
|
||||
class AddTeacherPriorityToHomework < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :homework_commons,:teacher_priority,:integer,:default => 1
|
||||
end
|
||||
end
|
Loading…
Reference in new issue