wsp-10288 Remove "LocationDrive" In settings providers WebsitePanel.Providers.OS.Windows*

This commit is contained in:
dev_amdtel 2014-12-15 20:46:06 +04:00
parent c752bb5b44
commit 912c0dfe7c
8 changed files with 307 additions and 4 deletions

View file

@ -6910,4 +6910,11 @@ SET
RDSCollectionId = @RDSCollectionId,
ConnectionEnabled = @ConnectionEnabled
WHERE ID = @Id
GO
GO
-- fix Windows 2012 Provider
BEGIN
UPDATE [dbo].[Providers] SET [EditorControl] = 'Windows2012' WHERE [ProviderName] = 'Windows2012'
END
GO