summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-09-02 14:54:28 +0200
committerChristian Grothoff <christian@grothoff.org>2017-09-02 14:54:28 +0200
commit791fa31684c9670863c17f7c7f438b7c79c6f7f9 (patch)
tree209bd2138c43368ffbbaaff1af7d269dca27966e /src
parent037be4be58f2348ab39807eaf1f41bd6736d179b (diff)
downloadmerchant-791fa31684c9670863c17f7c7f438b7c79c6f7f9.tar.gz
merchant-791fa31684c9670863c17f7c7f438b7c79c6f7f9.tar.bz2
merchant-791fa31684c9670863c17f7c7f438b7c79c6f7f9.zip
properly drop exchange_wire_fees table in test
Diffstat (limited to 'src')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index c5cfa06e..019af0db 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -66,6 +66,7 @@ postgres_drop_tables (void *cls)
GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_proofs CASCADE;"),
GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_contract_terms CASCADE;"),
GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_refunds CASCADE;"),
+ GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS exchange_wire_fees CASCADE;"),
GNUNET_PQ_EXECUTE_STATEMENT_END
};