Extended the field [RenderingEngine] from 10 chars to 16.

This is not the full fix of issue #2057, because the scripts are not "migration" scripts.
This commit is contained in:
Vest
2021-12-25 11:31:05 +01:00
parent ff9cff8f44
commit f8eec94b04
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ CREATE TABLE [dbo].[tblCons] (
[RedirectPrinters] bit NOT NULL,
[RedirectSmartCards] bit NOT NULL,
[RedirectSound] varchar(64) NOT NULL,
[RenderingEngine] varchar(10),
[RenderingEngine] varchar(16),
[Resolution] varchar(32) NOT NULL,
[SSHOptions] varchar(1024) NOT NULL,
[SSHTunnelConnectionName] varchar(128) NOT NULL,

View File

@@ -70,7 +70,7 @@ CREATE TABLE `tblCons` (
`RedirectPrinters` tinyint(1) NOT NULL,
`RedirectSmartCards` tinyint(1) NOT NULL,
`RedirectSound` varchar(64) NOT NULL,
`RenderingEngine` varchar(10) DEFAULT NULL,
`RenderingEngine` varchar(16) DEFAULT NULL,
`Resolution` varchar(32) NOT NULL,
`SSHOptions` varchar(1024) NOT NULL,
`SSHTunnelConnectionName` varchar(128) NOT NULL,