summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 19:47:12 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 19:47:12 +0100
commit5b3283633e0365b19fcdd1186bc9a76e8b37e1dd (patch)
treeb58e48f0e255f9e587511a5990929fce90b719c0 /src/auditordb
parentbae7ddbf4efbcbafe00cd61da20a1ff905028f8b (diff)
downloadexchange-5b3283633e0365b19fcdd1186bc9a76e8b37e1dd.tar.gz
exchange-5b3283633e0365b19fcdd1186bc9a76e8b37e1dd.tar.bz2
exchange-5b3283633e0365b19fcdd1186bc9a76e8b37e1dd.zip
SQL fix
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index 493871271..8e20a7da3 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -198,8 +198,8 @@ setup_connection (struct PostgresClosure *pg)
",exchange_sig"
",exchange_pub"
",master_sig" /* master_sig could be normalized... */
- ") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12);",
- 12),
+ ") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13);",
+ 13),
/* Used in #postgres_get_deposit_confirmations() */
GNUNET_PQ_make_prepare ("auditor_deposit_confirmation_select",
"SELECT"