aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-26 21:37:00 -0700
committerFriendika <info@friendika.com>2011-08-26 21:37:00 -0700
commitf48a758a1e8bce122957fb2fc4c65966290cfead (patch)
treeae62ba00c90fe616f9255787d5691f44211a5f8e /update.php
parent721db93e8450eb051f98a9a0b12db476d3cc3dfc (diff)
downloadvolse-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.php2
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)) {