summaryrefslogtreecommitdiff
path: root/src/auditordb/plugin_auditordb_postgres.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-12-22 12:43:33 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-12-22 12:43:33 +0100
commitd36700ed984415b37a7af418d4c820fe6730d7be (patch)
treeec245f3bfea71959d23bed290d1e85c59f725679 /src/auditordb/plugin_auditordb_postgres.c
parent672a76e9e33a420898b39931a261c5d5830540a4 (diff)
downloadexchange-d36700ed984415b37a7af418d4c820fe6730d7be.tar.gz
exchange-d36700ed984415b37a7af418d4c820fe6730d7be.tar.bz2
exchange-d36700ed984415b37a7af418d4c820fe6730d7be.zip
Fix auditordb.
Include (forgotten) table within the "drop_tables()" command.
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c2
1 files changed, 2 insertions, 0 deletions
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[] = {