gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: db fix


From: gnunet
Subject: [taler-anastasis] branch master updated: db fix
Date: Thu, 09 Apr 2020 11:03:03 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 88cd6ec  db fix
88cd6ec is described below

commit 88cd6ec69dd2917d19f0bbee5079584f6f966781
Author: Dennis Neufeld <address@hidden>
AuthorDate: Thu Apr 9 09:02:58 2020 +0000

    db fix
---
 src/stasis/plugin_anastasis_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stasis/plugin_anastasis_postgres.c 
b/src/stasis/plugin_anastasis_postgres.c
index 8780421..3a544aa 100644
--- a/src/stasis/plugin_anastasis_postgres.c
+++ b/src/stasis/plugin_anastasis_postgres.c
@@ -1497,7 +1497,7 @@ libanastasis_plugin_db_postgres_init (void *cls)
                             ",truth_mime"
                             ",expiration"
                             ") VALUES "
-                            "($1, $2, $3, $4, $5, $6, $7, $8, $9);",
+                            "($1, $2, $3, $4, $5, $6, $7, $8);",
                             7),
     GNUNET_PQ_make_prepare ("recovery_document_insert",
                             "INSERT INTO anastasis_recoverydocument "

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



reply via email to

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