gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: also drop signkeys table


From: gnunet
Subject: [taler-exchange] branch master updated: also drop signkeys table
Date: Mon, 24 Feb 2020 18:29:11 +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 badbe6d8 also drop signkeys table
badbe6d8 is described below

commit badbe6d8ea6879b484226ccb2d046b496364ea24
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 18:29:09 2020 +0100

    also drop signkeys table
---
 src/auditordb/drop0001.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/auditordb/drop0001.sql b/src/auditordb/drop0001.sql
index 2a2db921..80f953e3 100644
--- a/src/auditordb/drop0001.sql
+++ b/src/auditordb/drop0001.sql
@@ -35,6 +35,7 @@ DROP TABLE IF EXISTS auditor_progress_reserve;
 DROP TABLE IF EXISTS auditor_progress_aggregation;
 DROP TABLE IF EXISTS auditor_progress_deposit_confirmation;
 DROP TABLE IF EXISTS auditor_progress_coin;
+DROP TABLE IF EXISTS auditor_exchange_signkeys;
 DROP TABLE IF EXISTS wire_auditor_progress;
 DROP TABLE IF EXISTS wire_auditor_account_progress;
 DROP TABLE IF EXISTS auditor_historic_reserve_summary CASCADE;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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