diff options
author | friendica <info@friendica.com> | 2013-02-15 22:37:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-15 22:37:54 -0800 |
commit | 663f09e01bab8e20390691d81cac541d4fd3289a (patch) | |
tree | 7f64735aa474c771a35e1265ff601adef7ad1f02 /install/update.php | |
parent | e754845c80e3bf038d808c6502cf3dec5880e1f6 (diff) | |
download | volse-hubzilla-663f09e01bab8e20390691d81cac541d4fd3289a.tar.gz volse-hubzilla-663f09e01bab8e20390691d81cac541d4fd3289a.tar.bz2 volse-hubzilla-663f09e01bab8e20390691d81cac541d4fd3289a.zip |
typo in update
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 7cdeb0e89..7c755dd2d 100644 --- a/install/update.php +++ b/install/update.php @@ -351,7 +351,7 @@ ADD INDEX ( `abook_rating` )"); } function update_r1028() { - $r = q"ALTER TABLE `xlink` ADD `xlink_rating` INT NOT NULL DEFAULT '0' AFTER `xlink_link` , + $r = q("ALTER TABLE `xlink` ADD `xlink_rating` INT NOT NULL DEFAULT '0' AFTER `xlink_link` , ADD INDEX ( `xlink_rating` ) "); if($r) return UPDATE_SUCCESS; |