summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_insert_reserve_balance_summary_wrong_inconsistency.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_insert_reserve_balance_summary_wrong_inconsistency.c')
-rw-r--r--src/auditordb/pg_insert_reserve_balance_summary_wrong_inconsistency.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/auditordb/pg_insert_reserve_balance_summary_wrong_inconsistency.c b/src/auditordb/pg_insert_reserve_balance_summary_wrong_inconsistency.c
index 0e9d7036a..d5002d793 100644
--- a/src/auditordb/pg_insert_reserve_balance_summary_wrong_inconsistency.c
+++ b/src/auditordb/pg_insert_reserve_balance_summary_wrong_inconsistency.c
@@ -32,8 +32,6 @@ TAH_PG_insert_reserve_balance_summary_wrong_inconsistency (
GNUNET_PQ_query_param_auto_from_type (&dc->reserve_pub),
TALER_PQ_query_param_amount (pg->conn, &dc->exchange_amount),
TALER_PQ_query_param_amount (pg->conn, &dc->auditor_amount),
- GNUNET_PQ_query_param_bool (dc->suppressed),
-
GNUNET_PQ_query_param_end
};
@@ -41,11 +39,10 @@ TAH_PG_insert_reserve_balance_summary_wrong_inconsistency (
PREPARE (pg,
"auditor_reserve_balance_summary_wrong_inconsistency_insert",
"INSERT INTO auditor_reserve_balance_summary_wrong_inconsistency "
- "( reserve_pub,"
+ "(reserve_pub,"
" exchange_amount,"
- " auditor_amount,"
- " suppressed"
- ") VALUES ($1,$2,$3,$4);"
+ " auditor_amount"
+ ") VALUES ($1,$2,$3);"
);
return GNUNET_PQ_eval_prepared_non_select (pg->conn,
"auditor_reserve_balance_summary_wrong_inconsistency_insert",