update mysql schema
This commit is contained in:
parent
cd21519de3
commit
ade11568f9
@ -659,13 +659,10 @@ CREATE TABLE IF NOT EXISTS `item` (
|
||||
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`),
|
||||
KEY `resource_id` (`resource_id`),
|
||||
KEY `resource_type` (`resource_type`),
|
||||
KEY `item_restrict` (`item_restrict`),
|
||||
KEY `item_flags` (`item_flags`),
|
||||
KEY `commented` (`commented`),
|
||||
KEY `verb` (`verb`),
|
||||
KEY `obj_type` (`obj_type`),
|
||||
|
Reference in New Issue
Block a user