update author name across items if changed.
This commit is contained in:
parent
cb9d0993f1
commit
a3cf563b68
4 changed files with 24 additions and 3 deletions
|
|
@ -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`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue