mirror of
https://github.com/Fabio286/antares.git
synced 2025-04-25 07:18:46 +02: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:
|
client:
|
||||||
args.client,
|
args.client,
|
||||||
fields: args.fields,
|
fields: args.fields,
|
||||||
table: args.sqlOptions.targetTable || args.table,
|
table: args.sqlOptions?.targetTable || args.table,
|
||||||
options: args.sqlOptions
|
options: args.sqlOptions
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user