Merge branch 'hjq_beidou' of https://git.trustie.net/jacknudt/trustieforge into hjq_beidou
commit
aec7366594
@ -0,0 +1,5 @@
|
||||
class AddAllowTeacherToOrganization < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :organizations, :allow_teacher, :integer, :default => false
|
||||
end
|
||||
end
|
Loading…
Reference in new issue