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: add missing drop, s


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: add missing drop, should fix #5007
Date: Sun, 28 May 2017 18:06:47 +0200

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 5d58316  add missing drop, should fix #5007
5d58316 is described below

commit 5d58316d884e660ff9a83a6e7a4bd34ae4c8e734
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 28 18:06:44 2017 +0200

    add missing drop, should fix #5007
---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index d2a772a..1a5a8dd 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -294,6 +294,8 @@ postgres_drop_tables (void *cls)
   SQLEXEC_ (conn,
             "DROP TABLE IF EXISTS known_coins CASCADE;");
   SQLEXEC_ (conn,
+            "DROP TABLE IF EXISTS reserves_close CASCADE;");
+  SQLEXEC_ (conn,
             "DROP TABLE IF EXISTS reserves_out CASCADE;");
   SQLEXEC_ (conn,
             "DROP TABLE IF EXISTS reserves_in 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]