SQL fix
This commit is contained in:
parent
bae7ddbf4e
commit
5b3283633e
@ -198,8 +198,8 @@ setup_connection (struct PostgresClosure *pg)
|
|||||||
",exchange_sig"
|
",exchange_sig"
|
||||||
",exchange_pub"
|
",exchange_pub"
|
||||||
",master_sig" /* master_sig could be normalized... */
|
",master_sig" /* master_sig could be normalized... */
|
||||||
") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12);",
|
") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13);",
|
||||||
12),
|
13),
|
||||||
/* Used in #postgres_get_deposit_confirmations() */
|
/* Used in #postgres_get_deposit_confirmations() */
|
||||||
GNUNET_PQ_make_prepare ("auditor_deposit_confirmation_select",
|
GNUNET_PQ_make_prepare ("auditor_deposit_confirmation_select",
|
||||||
"SELECT"
|
"SELECT"
|
||||||
|
Loading…
Reference in New Issue
Block a user