1
0
Fork 0

OStatus-Conversation auto completion works now.

Some performance issues added as well.
This commit is contained in:
Michael Vogel 2013-01-30 01:31:27 +01:00
commit 2350aa54eb
5 changed files with 40 additions and 42 deletions

View file

@ -591,6 +591,7 @@ CREATE TABLE IF NOT EXISTS `item` (
KEY `uid_created` (`uid`, `created`),
KEY `uid_unseen` (`uid`, `unseen`),
KEY `mention` (`mention`),
KEY `resource-id` (`resource-id`),
FULLTEXT KEY `title` (`title`),
FULLTEXT KEY `body` (`body`),
FULLTEXT KEY `allow_cid` (`allow_cid`),