This commit is contained in:
Virtuworks 2014-06-12 11:12:43 -04:00
commit 6214077ad3
35 changed files with 3195 additions and 14 deletions

View file

@ -4383,9 +4383,11 @@ RETURN
GO
IF NOT EXISTS (SELECT * FROM [dbo].[Quotas] WHERE [QuotaName] = 'EnterpriseStorage.DriveMaps')
BEGIN
INSERT [dbo].[Quotas] ([QuotaID], [GroupID],[QuotaOrder], [QuotaName], [QuotaDescription], [QuotaTypeID], [ServiceQuota], [ItemTypeID]) VALUES (468, 44, 2, N'EnterpriseStorage.DriveMaps', N'Use Drive Maps', 1, 0, NULL)
END
GO
-- Exchange2013 Archiving