From 04e078dfd724573558f19d61050ff61894fe3130 Mon Sep 17 00:00:00 2001 From: robvde Date: Wed, 19 Dec 2012 09:30:30 +0400 Subject: [PATCH] another fix on removal of hosted exchange --- WebsitePanel/Database/update_db.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebsitePanel/Database/update_db.sql b/WebsitePanel/Database/update_db.sql index 41d24c0d..a35668b3 100644 --- a/WebsitePanel/Database/update_db.sql +++ b/WebsitePanel/Database/update_db.sql @@ -1251,6 +1251,8 @@ GO DELETE FROM Quotas WHERE QuotaID = 343 GO +DELETE FROM HostingPlanResources WHERE GroupID = 33 +GO -- Remove ExchangeHostedEdition ServiceItemType DELETE FROM ServiceItemTypes WHERE ItemTypeID = 40