db update to add index to item.resource_id we query this in wikis a lot

This commit is contained in:
Mario Vavti
2017-09-16 10:11:59 +02:00
parent cb3fb0049f
commit d5ffa5508d
4 changed files with 19 additions and 3 deletions

View File

@@ -627,6 +627,7 @@ 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");