added Disclaimers Quota.

This commit is contained in:
dev_amdtel 2013-06-26 01:44:36 +04:00
parent 6afbb17d01
commit 38604866ce
7 changed files with 43 additions and 15 deletions

View file

@ -633,3 +633,8 @@ WHERE
RETURN'
END
GO
-- add Disclaimers Quota
INSERT [dbo].[Quotas] ([QuotaID], [GroupID], [QuotaOrder], [QuotaName], [QuotaDescription], [QuotaTypeID], [ServiceQuota], [ItemTypeID], [HideQuota]) VALUES (422, 12, 26, N'Exchange2007.DisclaimersAllowed', N'Disclaimers Allowed', 1, 0, NULL, NULL)
GO