gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: adding missing tabl


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: adding missing table in the drop method
Date: Mon, 16 Oct 2017 16:47:46 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 88cdaf7  adding missing table in the drop method
88cdaf7 is described below

commit 88cdaf70c95dc631e55194830c7a7c778d6070e1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 16 16:47:14 2017 +0200

    adding missing table in the drop method
---
 src/auditordb/plugin_auditordb_postgres.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/auditordb/plugin_auditordb_postgres.c 
b/src/auditordb/plugin_auditordb_postgres.c
index 7c6db86..ba75075 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -148,6 +148,7 @@ postgres_drop_tables (void *cls)
     GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS auditor_wire_fee_balance;"),
     GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS auditor_reserves;"),
     GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS auditor_progress;"),
+    GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS wire_auditor_progress;"),
     GNUNET_PQ_EXECUTE_STATEMENT_END
   };
   PGconn *conn;

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



reply via email to

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