From 590465b007fcbacde0293c3ab88b9eb9e389ad63 Mon Sep 17 00:00:00 2001 From: Dilshan Edirisuriya Date: Wed, 6 May 2015 11:23:58 +0530 Subject: [PATCH] Enterprise wipe --- .../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 ed28ed4892..d62790bbee 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 @@ -63,4 +63,5 @@ VALUES ('WEB_CLIP', 'WEB_CLIP', 'Web clip operation'), ('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'); +('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');