From 21b44f55d1e4a50b4dd8b01fa96bae72577b0ab5 Mon Sep 17 00:00:00 2001 From: Dilshan Edirisuriya Date: Mon, 11 May 2015 14:57:33 +0530 Subject: [PATCH] Implementing app lock --- .../src/main/resources/dbscripts/plugins/h2_ios.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_ios.sql b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_ios.sql index d62790bbe..ccd884fbb 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_ios.sql +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_ios.sql @@ -64,4 +64,5 @@ VALUES ('VPN', 'VPN', 'VPN operation'), ('PER_APP_VPN', 'PER_APP_VPN', 'Per app VPN operation'), ('APP_TO_PER_APP_VPN_MAPPING', 'APP_TO_PER_APP_VPN_MAPPING', 'App to per app VPN mapping operation'), -('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Enterprise wipe operation'); +('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Enterprise wipe operation'), +('APP_LOCK', 'APP_LOCK', 'App lock operation');