mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
class AddGcmTokenToDevices < ActiveRecord::Migration
|
|
def change
|
|
add_column :devices, :gcm_token, :string
|
|
end
|
|
end
|