parent
aa537d3ff9
commit
0c5c89324d
@ -0,0 +1,5 @@
|
||||
class ModifyClassPeriodForCourses < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :courses, :class_period, :integer, :default => 0
|
||||
end
|
||||
end
|
Loading…
Reference in new issue