wsp-10288 Remove "LocationDrive" In settings providers WebsitePanel.Providers.OS.Windows*
This commit is contained in:
parent
c752bb5b44
commit
912c0dfe7c
8 changed files with 307 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue