mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-17 04:00:48 +01:00
fix(PostgreSQL): unable to export as sql inserts
This commit is contained in:
parent
89815bf5e7
commit
e07e7b736e
@ -42,7 +42,7 @@ export const exportRows = (args: {
|
||||
client:
|
||||
args.client,
|
||||
fields: args.fields,
|
||||
table: args.sqlOptions.targetTable || args.table,
|
||||
table: args.sqlOptions?.targetTable || args.table,
|
||||
options: args.sqlOptions
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user