diff options
author | friendica <info@friendica.com> | 2015-01-20 19:41:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-20 19:41:09 -0800 |
commit | 9028e6bd30d5e457c63365cffba693a071bd1e4e (patch) | |
tree | 6164e4226891e164118c1d28a4d44a0e54451f93 /install/update.php | |
parent | 70fb47248b6579beabc81287750bc18aab2a7ddd (diff) | |
download | volse-hubzilla-9028e6bd30d5e457c63365cffba693a071bd1e4e.tar.gz volse-hubzilla-9028e6bd30d5e457c63365cffba693a071bd1e4e.tar.bz2 volse-hubzilla-9028e6bd30d5e457c63365cffba693a071bd1e4e.zip |
typo in postgres db update, remove redmatrix.nl from directory servers since it isn't a directory server any more.
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
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\") "); |