fix SQL statement after removing transaction_id
This commit is contained in:
parent
92246c3e88
commit
61a19b4b4b
@ -951,8 +951,8 @@ postgres_prepare (PGconn *db_conn)
|
|||||||
",wire"
|
",wire"
|
||||||
") VALUES "
|
") VALUES "
|
||||||
"($1, $2, $3, $4, $5, $6, $7, $8, $9, $10,"
|
"($1, $2, $3, $4, $5, $6, $7, $8, $9, $10,"
|
||||||
" $11, $12, $13);",
|
" $11, $12, $12);",
|
||||||
13, NULL);
|
12, NULL);
|
||||||
|
|
||||||
/* Used in #postgres_insert_refund() to store refund information */
|
/* Used in #postgres_insert_refund() to store refund information */
|
||||||
PREPARE ("insert_refund",
|
PREPARE ("insert_refund",
|
||||||
|
Loading…
Reference in New Issue
Block a user