From c3ea05b86218581fd09f773ec9ca2bce4f9223a3 Mon Sep 17 00:00:00 2001 From: Filippo Ferrazini Date: Sun, 29 Dec 2019 16:56:15 +0100 Subject: [PATCH] Fix mssql creation tblCons query --- mRemoteV1/Documentation/mssql_db_setup.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mRemoteV1/Documentation/mssql_db_setup.sql b/mRemoteV1/Documentation/mssql_db_setup.sql index afe7a5a59..c5c052fd7 100644 --- a/mRemoteV1/Documentation/mssql_db_setup.sql +++ b/mRemoteV1/Documentation/mssql_db_setup.sql @@ -144,7 +144,8 @@ CREATE TABLE [dbo].[tblCons] ( InheritVmId bit, InheritUseVmId bit, InheritUseEnhancedMode bit -) GO +) ON [PRIMARY] +GO CREATE TABLE [dbo].[tblRoot] ( [Name] [varchar] (2048) NOT NULL ,