[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: add missing table drops
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: add missing table drops |
Date: |
Tue, 22 Mar 2022 11:52:03 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new cce049a0 add missing table drops
cce049a0 is described below
commit cce049a0b5850132ed54a3fa3f54d9a62a8532f7
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Mar 22 11:51:56 2022 +0100
add missing table drops
---
src/exchangedb/drop0001.sql | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index fa453fd6..49d9d363 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;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: add missing table drops,
gnunet <=