Merge branch '2.8RC'
This commit is contained in:
@@ -621,11 +621,13 @@ create index "item_edited" on item ("edited");
|
||||
create index "item_received" on item ("received");
|
||||
create index "item_uid_commented" on item ("uid","commented");
|
||||
create index "item_uid_created" on item ("uid","created");
|
||||
create index "item_uid_unseen" on item ("uid","item_unseen");
|
||||
create index "item_changed" on item ("changed");
|
||||
create index "item_comments_closed" on item ("comments_closed");
|
||||
create index "item_aid" on item ("aid");
|
||||
create index "item_owner_xchan" on item ("owner_xchan");
|
||||
create index "item_author_xchan" on item ("author_xchan");
|
||||
create index "item_resource_id" on item ("resource_id");
|
||||
create index "item_resource_type" on item ("resource_type");
|
||||
create index "item_restrict" on item ("item_restrict");
|
||||
create index "item_flags" on item ("item_flags");
|
||||
|
Reference in New Issue
Block a user