Fixed removal of hosted exchange hosting plans
This commit is contained in:
parent
5eb3f1a358
commit
53eadcc084
1 changed files with 9 additions and 1 deletions
|
@ -1230,7 +1230,15 @@ GO
|
|||
|
||||
|
||||
|
||||
|
||||
-- Remove ExchangeHostedEdition Quotas
|
||||
DELETE FROM HostingPlanQuotas WHERE QuotaID = 340
|
||||
GO
|
||||
DELETE FROM HostingPlanQuotas WHERE QuotaID = 341
|
||||
GO
|
||||
DELETE FROM HostingPlanQuotas WHERE QuotaID = 342
|
||||
GO
|
||||
DELETE FROM HostingPlanQuotas WHERE QuotaID = 343
|
||||
GO
|
||||
|
||||
|
||||
-- Remove ExchangeHostedEdition Quotas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue