summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 4480b5b6..c30508ab 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -342,9 +342,9 @@ postgres_initialize (void *cls)
"(h_contract_terms"
",coin_pub"
",reason"
- "refund_amount_val"
- "refund_amount_frac"
- "refund_amount_curr) VALUES"
+ ",refund_amount_val"
+ ",refund_amount_frac"
+ ",refund_amount_curr) VALUES"
"($1, $2, $3, $4, $5, $6)",
6),
GNUNET_PQ_make_prepare ("insert_proof",