summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-19 23:02:37 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-19 23:02:37 +0100
commit368f3a9a6684dea78381c98ac9d217e9fc85e3b2 (patch)
tree98ada17caa1ac7e052b7afb7901568533ddc9016 /src/auditordb
parent423f05970a6f440907763e4c250d169a3f484b3e (diff)
downloadexchange-368f3a9a6684dea78381c98ac9d217e9fc85e3b2.tar.gz
exchange-368f3a9a6684dea78381c98ac9d217e9fc85e3b2.tar.bz2
exchange-368f3a9a6684dea78381c98ac9d217e9fc85e3b2.zip
Minor changes to make tests pass/no-skip again.
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index aeb96df5d..af4a88bf3 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -153,6 +153,7 @@ postgres_drop_tables (void *cls)
GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS auditor_progress_coin;"),
GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS wire_auditor_progress;"),
GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS auditor_exchanges CASCADE;"),
+ GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS deposit_confirmations CASCADE;"),
GNUNET_PQ_EXECUTE_STATEMENT_END
};
PGconn *conn;