imp exp - transfer from one DB to another

This commit is contained in:
Jan Prochazka
2020-06-18 12:17:55 +02:00
parent 3f40996d2d
commit 967c5860c9
4 changed files with 113 additions and 41 deletions

View File

@@ -115,7 +115,7 @@ function Menu({ data, makeAppObj, setOpenedTabs, showModal }) {
sourceConnectionId: data.conid,
sourceDatabaseName: data.database,
sourceSchemaName: data.schemaName,
sourceTables: [data.pureName],
sourceList: [data.pureName],
}}
/>
));