Fixed up Sp 2013 Enterprise Provider

Fixup itemtype in database
Moved provider to sharepoint2013 folder
Updated the GetPackageRawPaged
This commit is contained in:
robvde 2015-04-08 16:41:48 +08:00
parent 774fda95aa
commit c6a27f02e8
6 changed files with 10 additions and 7 deletions

View file

@ -9503,3 +9503,6 @@ BEGIN
END
GO
UPDATE [dbo].[ServiceItemTypes] SET TypeName ='WebsitePanel.Providers.SharePoint.SharePointEnterpriseSiteCollection, WebsitePanel.Providers.Base' WHERE DisplayName = 'SharePointEnterpriseSiteCollection'
GO