updated db init scripts for RdpVersion property

This commit is contained in:
David Sparer
2019-06-24 09:43:06 -05:00
parent 2f7c930859
commit 017d9c8290
2 changed files with 4 additions and 0 deletions

View File

@@ -141,6 +141,8 @@ CREATE TABLE `tblCons` (
`InheritRedirectClipboard` tinyint(1) NOT NULL DEFAULT 0,
`RedirectAudioCapture` bit NOT NULL DEFAULT 0,
`InheritRedirectAudioCapture` bit NOT NULL DEFAULT 0,
`RdpVersion` varchar(10) DEFAULT NULL,
`InheritRdpVersion` bit NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=3324 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;