aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-16 01:30:57 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-16 01:30:57 +0100
commitc4fe61ac6d1a74320638eb4f40de7c18d30a4d8c (patch)
tree59b48019b249bf9fc01478bd63ed05649503036b /src/backenddb
parent50c7fe8506a8f33ffa0f4633c1e693a4c8c9b961 (diff)
fix proposal test cases, fix use after free in refunds
Diffstat (limited to 'src/backenddb')
-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 ee8a947a..66a35293 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -76,6 +76,7 @@ postgres_drop_tables (void *cls)
GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_tip_pickups CASCADE;"),
GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_tip_reserve_credits CASCADE;"),
GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_tip_reserves CASCADE;"),
+ GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_orders CASCADE;"),
GNUNET_PQ_EXECUTE_STATEMENT_END
};