mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
import-export - work with schema (mssql)
This commit is contained in:
@@ -114,7 +114,8 @@ function Menu({ data, makeAppObj, setOpenedTabs, showModal }) {
|
||||
sourceStorageType: 'database',
|
||||
sourceConnectionId: data.conid,
|
||||
sourceDatabaseName: data.database,
|
||||
sourceTables: [fullNameToString(data)],
|
||||
sourceSchemaName: data.schemaName,
|
||||
sourceTables: [data.pureName],
|
||||
}}
|
||||
/>
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user