update author name across items if changed.

This commit is contained in:
friendica
2012-02-24 20:40:09 -08:00
parent cb9d0993f1
commit a3cf563b68
4 changed files with 24 additions and 3 deletions

View File

@@ -257,6 +257,7 @@ CREATE TABLE IF NOT EXISTS `item` (
KEY `last-child` (`last-child`),
KEY `unseen` (`unseen`),
KEY `wall` (`wall`),
KEY `author-name` (`author-name`),
KEY `author-link` (`author-link`),
FULLTEXT KEY `title` (`title`),
FULLTEXT KEY `body` (`body`),