Merge branch 'weixin_guange' of https://git.trustie.net/jacknudt/trustieforge into weixin_guange
commit
35bcde1438
@ -0,0 +1,5 @@
|
|||||||
|
class AddQrcodeExpiretimeToCourses < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :courses, :qrcode_expiretime, :integer, :default => 0
|
||||||
|
end
|
||||||
|
end
|
@ -0,0 +1,5 @@
|
|||||||
|
class AddQrcodeExpiretimeToProjects < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :projects, :qrcode_expiretime, :integer, :default => 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue