update author name across items if changed.
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user