mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Temporarily adding features into table.
This commit is contained in:
parent
4455f284f8
commit
0d43415484
@ -30,4 +30,23 @@ CREATE TABLE IF NOT EXISTS `IOS_FEATURE` (
|
||||
`ICCID` VARCHAR(45) NULL DEFAULT NULL,
|
||||
`LATITUDE` VARCHAR(45) NULL DEFAULT NULL,
|
||||
`LONGITUDE` VARCHAR(45) NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`MOBILE_DEVICE_ID`) );
|
||||
PRIMARY KEY (`MOBILE_DEVICE_ID`) );
|
||||
|
||||
|
||||
-- -----------------------------------------------------
|
||||
-- TODO remove this later
|
||||
-- -----------------------------------------------------
|
||||
|
||||
INSERT INTO IOS_FEATURE (CODE, NAME, DESCRIPTION)
|
||||
VALUES
|
||||
('INSTALL_ENTERPRISE_APPLICATION', 'INSTALL_ENTERPRISE_APPLICATION', 'Enterprise application installation'),
|
||||
('INSTALL_STORE_APPLICATION', 'INSTALL_STORE_APPLICATION', 'Store application installation'),
|
||||
('REMOVE_APPLICATION', 'REMOVE_APPLICATION', 'Application removal'),
|
||||
('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock device'),
|
||||
('CELLULAR', 'CELLULAR', 'Cellular operation'),
|
||||
('RESTRICTION', 'RESTRICTION', 'Restriction operation'),
|
||||
('WIFI', 'WIFI', 'WIFI operation'),
|
||||
('DEVICE_INFO', 'DEVICE_INFO', 'Device info operation'),
|
||||
('AIR_PLAY', 'AIR_PLAY', 'AirPlay operation'),
|
||||
('LOCATION', 'LOCATION', 'Fetch location'),
|
||||
('ALARM', 'ALARM', 'Alarm device');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user