From d36700ed984415b37a7af418d4c820fe6730d7be Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 22 Dec 2019 12:43:33 +0100 Subject: Fix auditordb. Include (forgotten) table within the "drop_tables()" command. --- src/auditordb/plugin_auditordb_postgres.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/auditordb') diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index 19714e129..c90c261c8 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -125,6 +125,8 @@ postgres_drop_tables (void *cls, "DROP TABLE IF EXISTS wire_auditor_account_progress;"), GNUNET_PQ_make_execute ( "DROP TABLE IF EXISTS auditor_historic_reserve_summary CASCADE;"), + GNUNET_PQ_make_execute ( + "DROP TABLE IF EXISTS auditor_denominations CASCADE;"), GNUNET_PQ_EXECUTE_STATEMENT_END }; struct GNUNET_PQ_ExecuteStatement esx[] = { -- cgit v1.2.3