summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-24 20:10:50 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-24 20:10:50 +0100
commit75aec331fb82dc5c49eefc1352df299f4d9e6771 (patch)
tree9d908bb4a5a2b570c5f7ba6d4bfbb69387b9c8c7 /src
parent8b5a0278df45a179d8e7a141a077b1872329cdf3 (diff)
downloadexchange-75aec331fb82dc5c49eefc1352df299f4d9e6771.tar.gz
exchange-75aec331fb82dc5c49eefc1352df299f4d9e6771.tar.bz2
exchange-75aec331fb82dc5c49eefc1352df299f4d9e6771.zip
fixing auditor test failure root cause
Diffstat (limited to 'src')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index c90c261c8..060e745df 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -125,12 +125,12 @@ 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[] = {
GNUNET_PQ_make_execute (
+ "DROP TABLE IF EXISTS auditor_denominations CASCADE;"),
+ GNUNET_PQ_make_execute (
"DROP TABLE IF EXISTS deposit_confirmations CASCADE;"),
GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS auditor_exchanges CASCADE;"),
GNUNET_PQ_EXECUTE_STATEMENT_END