added Disclaimers Quota.
This commit is contained in:
parent
6afbb17d01
commit
38604866ce
7 changed files with 43 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue