HostedSharePoint.Sites set to type 2

Quota.HostedSharePoint.UseSharedSSL added to sharedresources
This commit is contained in:
robvde 2012-07-04 13:42:46 +04:00
parent 452fcb7f47
commit b4f4c36bfd
3 changed files with 10 additions and 1 deletions

View file

@ -1507,3 +1507,9 @@ WHERE
RETURN
GO
UPDATE dbo.Quotas SET QuotaTypeID = 2 WHERE QuotaName = 'HostedSharePoint.Sites'
GO