typo in update script

This commit is contained in:
Friendika 2011-08-26 21:37:00 -07:00
parent 721db93e84
commit f48a758a1e
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {