mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Fix mssql creation tblCons query
This commit is contained in:
@@ -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 ,
|
||||
|
||||
Reference in New Issue
Block a user