Add GCM token field to device

This commit is contained in:
leenasn
2015-11-13 15:52:18 +05:30
parent 6dc20841c0
commit 93e3095925
6 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
class AddGcmTokenToDevices < ActiveRecord::Migration
def change
add_column :devices, :gcm_token, :string
end
end