missed one index in the last update

This commit is contained in:
Mario Vavti
2018-02-28 10:21:22 +01:00
parent 90c82e4394
commit 551eea05ed
3 changed files with 26 additions and 1 deletions

View File

@@ -658,6 +658,7 @@ CREATE TABLE IF NOT EXISTS `item` (
KEY `uid_item_starred` (`uid`, `item_starred`),
KEY `uid_item_retained` (`uid`, `item_retained`),
KEY `uid_item_private` (`uid`, `item_private`),
KEY `uid_resource_type` (`uid`, `resource_type`),
KEY `aid` (`aid`),
KEY `owner_xchan` (`owner_xchan`),
KEY `author_xchan` (`author_xchan`),