diff options
author | Friendika <info@friendika.com> | 2011-08-26 21:37:00 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-26 21:37:00 -0700 |
commit | f48a758a1e8bce122957fb2fc4c65966290cfead (patch) | |
tree | ae62ba00c90fe616f9255787d5691f44211a5f8e /update.php | |
parent | 721db93e8450eb051f98a9a0b12db476d3cc3dfc (diff) | |
download | volse-hubzilla-f48a758a1e8bce122957fb2fc4c65966290cfead.tar.gz volse-hubzilla-f48a758a1e8bce122957fb2fc4c65966290cfead.tar.bz2 volse-hubzilla-f48a758a1e8bce122957fb2fc4c65966290cfead.zip |
typo in update script
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index ef036008f..d92b1dd91 100644 --- a/update.php +++ b/update.php @@ -676,7 +676,7 @@ function update_1080() { } function update_1081() { - q("ALTER TABLE `photo` ADD `guid` CHAR( 64 ) NOT NULL AFTER `contact`id`, + q("ALTER TABLE `photo` ADD `guid` CHAR( 64 ) NOT NULL AFTER `contact-id`, ADD INDEX ( `guid` ) "); $r = q("SELECT distinct(`resource-id`) FROM `photo` WHERE 1 group by `id`"); if(count($r)) { |