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:
authorFaryan Rezagholi <faryan@rezagholi.de>2021-12-24 21:12:20 +0300
committerGitHub <noreply@github.com>2021-12-24 21:12:20 +0300
commit697efacc5811e05417f0e883a38be1391c8bc55e (patch)
tree0dea3a2e886a455cc69409afa55fda9e0da4e1b9
parentd78388646dd00ad34cca878780cc8a7fd2b35472 (diff)
parentff9cff8f44278fc93a480698a3c58229afe967fc (diff)
Merge pull request #2101 from Vest/fix_mssql_type
Fix typo in mssql_db_setup.sql
-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,