parent
737fff1f11
commit
ebeebf6e6e
@ -0,0 +1,5 @@
|
|||||||
|
class AddCodeHaltToCourseGroup < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :course_groups, :invite_code_halt, :boolean, default: false
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue