parent
ede580d03a
commit
65bd77f0ff
@ -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