parent
c517b10cc7
commit
af0b7aa1a6
@ -0,0 +1 @@
|
||||
$.notify({ message: '更新成功' });
|
@ -0,0 +1,5 @@
|
||||
class AddShowMoblieToSubjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :subjects, :show_mobile, :boolean, :default => false
|
||||
end
|
||||
end
|
Loading…
Reference in new issue