gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add missing drops


From: gnunet
Subject: [taler-exchange] branch master updated: add missing drops
Date: Thu, 10 Dec 2020 23:54:52 +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 eaa58a17 add missing drops
eaa58a17 is described below

commit eaa58a17e0085ec594c48e6f0f9b3405e6abef07
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 10 23:54:47 2020 +0100

    add missing drops
---
 src/exchangedb/drop0002.sql | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/exchangedb/drop0002.sql b/src/exchangedb/drop0002.sql
index 224c7f50..482e1138 100644
--- a/src/exchangedb/drop0002.sql
+++ b/src/exchangedb/drop0002.sql
@@ -22,5 +22,11 @@ BEGIN;
 -- Unregister patch (0002.sql)
 SELECT _v.unregister_patch('exchange-0002');
 
+DROP TABLE auditors;
+DROP TABLE auditor_denom_sigs;
+DROP TABLE exchange_sign_keys;
+DROP TABLE wire_accounts;
+DROP TABLE signkey_revocations;
+
 -- And we're out of here...
 COMMIT;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]