Merge
This commit is contained in:
commit
6214077ad3
35 changed files with 3195 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue