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 table d


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: add missing table drop instruction
Date: Sun, 16 Apr 2017 17:25:58 +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 7f7d859  add missing table drop instruction
7f7d859 is described below

commit 7f7d8596abceedac781d758b657167527feb0ae7
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Apr 16 17:25:53 2017 +0200

    add missing table drop instruction
---
 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 916c502..b26ea79 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -260,6 +260,8 @@ postgres_drop_tables (void *cls)
             "DROP TABLE IF EXISTS reserves CASCADE;");
   SQLEXEC_ (conn,
             "DROP TABLE IF EXISTS denominations CASCADE;");
+  SQLEXEC_ (conn,
+            "DROP TABLE IF EXISTS denomination_revocations CASCADE;");
   PQfinish (conn);
   return GNUNET_OK;
  SQLEXEC_fail:

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



reply via email to

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