mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Add GCM token field to device
This commit is contained in:
5
db/migrate/20151113095735_add_gcm_token_to_devices.rb
Normal file
5
db/migrate/20151113095735_add_gcm_token_to_devices.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddGcmTokenToDevices < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :devices, :gcm_token, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user