From d7faa8391578b53ad12b5d904f844fcd57f2a6f7 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 5 Sep 2019 11:41:56 +0200 Subject: fix tests --- 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 df357fa5..863e2058 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -189,6 +189,8 @@ postgres_drop_tables (void *cls, "DROP TABLE IF EXISTS wire_auditor_account_progress;"), GNUNET_PQ_make_execute ( "DROP TABLE IF EXISTS deposit_confirmations CASCADE;"), + GNUNET_PQ_make_execute ( + "DROP TABLE IF EXISTS auditor_historic_reserve_summary CASCADE;"), GNUNET_PQ_EXECUTE_STATEMENT_END }; struct GNUNET_PQ_ExecuteStatement esx[] = { -- cgit v1.2.3