From 695c097e794bb1231eedc167017c072bfe5ccc4f Mon Sep 17 00:00:00 2001 From: Dilshan Edirisuriya Date: Tue, 23 Jun 2015 18:13:22 +0530 Subject: [PATCH] Adding restrictions --- .../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 11d2ef3d9..c90227a65 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 @@ -65,4 +65,5 @@ VALUES ('PER_APP_VPN', 'Per App VPN', 'Per app VPN operation'), ('APP_TO_PER_APP_VPN_MAPPING', 'VPN App mapping', 'App to per app VPN mapping operation'), ('ENTERPRISE_WIPE', 'Enterprise Wipe', 'Enterprise wipe operation'), -('APP_LOCK', 'App lock', 'App lock operation'); +('APP_LOCK', 'App lock', 'App lock operation'), +('GET_RESTRICTIONS', 'Get restrictions', 'Get restrictions operation'); \ No newline at end of file