db update to add index for item.obj_type

This commit is contained in:
git-marijus
2017-07-31 16:49:56 +02:00
committed by Mario Vavti
parent a3fef34a3f
commit d33974cec4
4 changed files with 18 additions and 4 deletions

View File

@@ -631,6 +631,7 @@ create index "item_restrict" on item ("item_restrict");
create index "item_flags" on item ("item_flags");
create index "item_commented" on item ("commented");
create index "item_verb" on item ("verb");
create index "item_obj_type" on item ("obj_type");
create index "item_private" on item ("item_private");
create index "item_llink" on item ("llink");
create index "item_expires" on item ("expires");