From b46cad2d494d1bcb998fe5add6b35fa0b583d5ea Mon Sep 17 00:00:00 2001 From: Jeffrey Burdges Date: Sat, 3 Jun 2017 22:06:06 +0200 Subject: [PATCH] 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" -- 2.25.1