Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVest <Vest@users.noreply.github.com>2021-12-24 18:59:31 +0300
committerVest <Vest@users.noreply.github.com>2021-12-24 18:59:31 +0300
commitff9cff8f44278fc93a480698a3c58229afe967fc (patch)
treed615e33b6149ace8f08fd22dd7eb12792cc390ee
parent3b8e347a9e672b1858ca48c19baf8fd36cfc0410 (diff)
Fix typo in mssql_db_setup.sql
Signed-off-by: Vest <Vest@users.noreply.github.com>
-rw-r--r--mRemoteNGDocumentation/mssql_db_setup.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/mRemoteNGDocumentation/mssql_db_setup.sql b/mRemoteNGDocumentation/mssql_db_setup.sql
index 91024bbb..bb322367 100644
--- a/mRemoteNGDocumentation/mssql_db_setup.sql
+++ b/mRemoteNGDocumentation/mssql_db_setup.sql
@@ -61,7 +61,7 @@ CREATE TABLE [dbo].[tblCons] (
[RDPAuthenticationLevel] varchar(32) NOT NULL,
[RDPMinutesToIdleTimeout] int NOT NULL,
[RdpVersion] varchar(10),
- [RedirectAudioCapture] bit DEAFULT ((0)) NOT NULL,
+ [RedirectAudioCapture] bit DEFAULT ((0)) NOT NULL,
[RedirectClipboard] bit DEFAULT ((0)) NOT NULL,
[RedirectDiskDrives] bit NOT NULL,
[RedirectKeys] bit NOT NULL,