mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 18:03:58 +00:00
default schema refactor
This commit is contained in:
@@ -82,6 +82,7 @@ const engines = [
|
||||
},
|
||||
],
|
||||
supportSchemas: true,
|
||||
defaultSchemaName: 'public',
|
||||
},
|
||||
{
|
||||
label: 'SQL Server',
|
||||
@@ -107,6 +108,7 @@ const engines = [
|
||||
},
|
||||
],
|
||||
supportSchemas: true,
|
||||
defaultSchemaName: 'dbo',
|
||||
},
|
||||
{
|
||||
label: 'SQLite',
|
||||
|
||||
Reference in New Issue
Block a user