gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -add missing DROP


From: gnunet
Subject: [taler-anastasis] branch master updated: -add missing DROP
Date: Tue, 24 Aug 2021 21:48:38 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 8276be2  -add missing DROP
8276be2 is described below

commit 8276be2a2cece6365227c5b4e5aafd1f63b9a9fc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 24 21:48:34 2021 +0200

    -add missing DROP
---
 src/cli/test_free_reducer.conf | 3 +++
 src/stasis/drop0001.sql        | 1 +
 2 files changed, 4 insertions(+)

diff --git a/src/cli/test_free_reducer.conf b/src/cli/test_free_reducer.conf
index 9445c7e..74954cd 100644
--- a/src/cli/test_free_reducer.conf
+++ b/src/cli/test_free_reducer.conf
@@ -15,6 +15,9 @@ SERVER_SALT = BUfO1KGOKYIFlFQg
 BUSINESS_NAME = "Data loss Inc."
 
 [stasis]
+DB = postgres
+
+[stasis-postgres]
 CONFIG = postgres:///anastasischeck
 
 [anastasis-merchant-backend]
diff --git a/src/stasis/drop0001.sql b/src/stasis/drop0001.sql
index afc457d..c7697c0 100644
--- a/src/stasis/drop0001.sql
+++ b/src/stasis/drop0001.sql
@@ -29,6 +29,7 @@ DROP TABLE IF EXISTS anastasis_recdoc_payment;
 DROP TABLE IF EXISTS anastasis_recoverydocument;
 DROP TABLE IF EXISTS anastasis_challengecode;
 DROP TABLE IF EXISTS anastasis_challenge_payment;
+DROP TABLE IF EXISTS anastasis_auth_iban_in;
 
 -- Unregister patch (0001.sql)
 SELECT _v.unregister_patch('stasis-0001');

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