You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
product-iots/modules/migration/migration-emm_2.1.0-to-iot_.../android-migration.sql

8 lines
263 B

ALTER TABLE AD_DEVICE
CHANGE COLUMN GCM_TOKEN FCM_TOKEN VARCHAR(1000) NULL DEFAULT NULL;
-- Run the following only if the both EMM 2.1.0 and IoT 3.3.1 has to run simultaneously.
ALTER TABLE AD_DEVICE
ADD COLUMN GCM_TOKEN VARCHAR(1000) NULL AFTER OS_BUILD_DATE;