dev_jupyter
parent
42174b1df6
commit
ee1f6bfe2c
@ -0,0 +1,5 @@
|
||||
class AddWecharSupportForShixuns < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :shixuns, :is_wechat_support, :boolean, :default => false
|
||||
end
|
||||
end
|
Loading…
Reference in new issue