From 9d51318c53e1adc2e4d4c8586f8783819516991e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 19 Oct 2017 17:24:11 -0700 Subject: table structure for pseudo or proxy channels (pchan) --- install/update.php | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index 07675a973..80d987a19 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ Date: Thu, 19 Oct 2017 18:48:01 -0700 Subject: typo --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index 80d987a19..7d59555d3 100644 --- a/install/update.php +++ b/install/update.php @@ -3036,7 +3036,7 @@ function update_r1196() { )"); $r2 = q("create index \"pchan_guid\" on pchan (\"pchan_guid\")"); - $r3 = q("create index \"pchan_hash\" on pchan (\"pchan_hash\"); + $r3 = q("create index \"pchan_hash\" on pchan (\"pchan_hash\")"); if($r1 && $r2 && $r3) { return UPDATE_SUCCESS; -- cgit v1.2.3 From 7386fa57c8fd8422b6aa2c947603c8c2f945ba62 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 16 Nov 2017 17:13:48 -0800 Subject: remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828 --- install/update.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index 7d59555d3..f7b9b03ed 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@