This commit is contained in:
Mike Macgirvin 2010-09-09 19:20:35 -07:00
parent 887a8add2d
commit 49c9860e61
3 changed files with 3 additions and 1 deletions

View file

@ -178,6 +178,7 @@ CREATE TABLE IF NOT EXISTS `item` (
KEY `uid` (`uid`),
KEY `contact-id` (`contact-id`),
KEY `type` (`type`),
KEY `wall` (`wall`),
KEY `parent` (`parent`),
KEY `parent-uri` (`parent-uri`),
KEY `created` (`created`),