gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: properly drop excha


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: properly drop exchange_wire_fees table in test
Date: Sat, 02 Sep 2017 14:54:30 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 791fa31  properly drop exchange_wire_fees table in test
791fa31 is described below

commit 791fa31684c9670863c17f7c7f438b7c79c6f7f9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Sep 2 14:54:28 2017 +0200

    properly drop exchange_wire_fees table in test
---
 src/backenddb/plugin_merchantdb_postgres.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index c5cfa06..019af0d 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -66,6 +66,7 @@ postgres_drop_tables (void *cls)
     GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_proofs 
CASCADE;"),
     GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_contract_terms 
CASCADE;"),
     GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_refunds 
CASCADE;"),
+    GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS exchange_wire_fees 
CASCADE;"),
     GNUNET_PQ_EXECUTE_STATEMENT_END
   };
 

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



reply via email to

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