gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Oops.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Oops.
Date: Sat, 03 Jun 2017 22:06:38 +0200

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

burdges pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b46cad2d4 Oops.
b46cad2d4 is described below

commit b46cad2d494d1bcb998fe5add6b35fa0b583d5ea
Author: Jeffrey Burdges <address@hidden>
AuthorDate: Sat Jun 3 22:06:06 2017 +0200

    Oops.
---
 src/psycstore/plugin_psycstore_postgres.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/psycstore/plugin_psycstore_postgres.c 
b/src/psycstore/plugin_psycstore_postgres.c
index f20a8c151..26c732fbe 100644
--- a/src/psycstore/plugin_psycstore_postgres.c
+++ b/src/psycstore/plugin_psycstore_postgres.c
@@ -196,13 +196,6 @@ database_setup (struct Plugin *plugin)
                               "VALUES (get_chan_id($1),\n"
                               "        get_slave_id($2),\n"
                               "        $3, $4, $5, $6)", 6),
-      GNUNET_PQ_make_prepare ("insert_membership",
-                              "INSERT INTO membership\n"
-                              " (channel_id, slave_id, did_join, 
announced_at,\n"
-                              "  effective_since, group_generation)\n"
-                              "VALUES (get_chan_id($1),\n"
-                              "        get_slave_id($2),\n"
-                              "        $3, $4, $5, $6)", 6),
       GNUNET_PQ_make_prepare ("select_membership",
                               "SELECT did_join FROM membership\n"
                               "WHERE channel_id = get_chan_id($1)\n"

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



reply via email to

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