From 9028e6bd30d5e457c63365cffba693a071bd1e4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 Jan 2015 19:41:09 -0800 Subject: typo in postgres db update, remove redmatrix.nl from directory servers since it isn't a directory server any more. --- boot.php | 1 - install/update.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/boot.php b/boot.php index bca90fd27..2c85d52f0 100755 --- a/boot.php +++ b/boot.php @@ -81,7 +81,6 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zothub.com'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://zothub.com', 'https://zotid.net', - 'https://redmatrix.nl', 'https://red.zottel.red', 'https://red.pixelbits.de', 'https://whogotzot.com' diff --git a/install/update.php b/install/update.php index a8cecef5a..f5444089d 100644 --- a/install/update.php +++ b/install/update.php @@ -1515,7 +1515,7 @@ function update_r1133() { xp_client varchar( 20 ) NOT NULL DEFAULT '', xp_channel bigint NOT NULL DEFAULT '0', xp_perm varchar( 64 ) NOT NULL DEFAULT '', - PRIMARY_KEY (\"xp_id\") "); + PRIMARY KEY (\"xp_id\") "); $r2 = q("create index \"xp_client\" on xperm (\"xp_client\", create index \"xp_channel\" on xperm (\"xp_channel\"), create index \"xp_perm\" on xperm (\"xp_perm\") "); -- cgit v1.2.3