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