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 ed28ed489..d62790bbe 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');