mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Add OS version and Client Version to device
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddClientVersionAndOsVersionToDevices < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :devices, :client_version, :string
|
||||
add_column :devices, :os_version, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user