summaryrefslogtreecommitdiff
path: root/src/exchangedb/drop0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-22 11:51:56 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-22 11:51:56 +0100
commitcce049a0b5850132ed54a3fa3f54d9a62a8532f7 (patch)
treee033ac2be1b66f41eaada53fb32ac176b0e6b62b /src/exchangedb/drop0001.sql
parent734b68d45e6803ef090af076e7102e6234811869 (diff)
downloadexchange-cce049a0b5850132ed54a3fa3f54d9a62a8532f7.tar.gz
exchange-cce049a0b5850132ed54a3fa3f54d9a62a8532f7.tar.bz2
exchange-cce049a0b5850132ed54a3fa3f54d9a62a8532f7.zip
add missing table drops
Diffstat (limited to 'src/exchangedb/drop0001.sql')
-rw-r--r--src/exchangedb/drop0001.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index fa453fd69..49d9d3639 100644
--- a/src/exchangedb/drop0001.sql
+++ b/src/exchangedb/drop0001.sql
@@ -79,6 +79,19 @@ DROP TABLE IF EXISTS denominations CASCADE;
DROP TABLE IF EXISTS cs_nonce_locks CASCADE;
DROP FUNCTION IF EXISTS add_constraints_to_cs_nonce_locks_partition;
+DROP TABLE IF EXISTS partners CASCADE;
+DROP TABLE IF EXISTS mergers CASCADE;
+DROP TABLE IF EXISTS contracts CASCADE;
+DROP TABLE IF EXISTS history_requests CASCADE;
+DROP TABLE IF EXISTS close_requests CASCADE;
+DROP TABLE IF EXISTS purse_requests CASCADE;
+DROP TABLE IF EXISTS wads_out CASCADE;
+DROP TABLE IF EXISTS wads_out_entries CASCADE;
+DROP TABLE IF EXISTS wads_in CASCADE;
+DROP TABLE IF EXISTS wads_in_entries CASCADE;
+DROP TABLE IF EXISTS partner_accounts CASCADE;
+
+
DROP FUNCTION IF EXISTS exchange_do_withdraw;
DROP FUNCTION IF EXISTS exchange_do_withdraw_limit_check;