gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: drop extensions table


From: gnunet
Subject: [taler-exchange] 02/02: drop extensions table
Date: Sat, 08 Jan 2022 19:48:41 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository exchange.

commit d91750ca0fa635379deaf6d6641981e6d449bc1d
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sat Jan 8 19:45:19 2022 +0100

    drop extensions table
---
 src/exchangedb/drop0001.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index f28a6b77..cab193db 100644
--- a/src/exchangedb/drop0001.sql
+++ b/src/exchangedb/drop0001.sql
@@ -27,6 +27,7 @@ SELECT _v.unregister_patch('exchange-0001');
 
 -- Drops for exchange-0001.sql
 DROP TABLE IF EXISTS revolving_work_shards CASCADE;
+DROP TABLE IF EXISTS extensions CASCADE;
 DROP TABLE IF EXISTS auditors CASCADE;
 DROP TABLE IF EXISTS auditor_denom_sigs CASCADE;
 DROP TABLE IF EXISTS exchange_sign_keys CASCADE;

-- 
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]