aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-31 16:49:56 +0200
committergit-marijus <mario@mariovavti.com>2017-07-31 16:49:56 +0200
commit79a806f328e27269d13f26deb0acee7ad8560f7a (patch)
tree7f2a0c8fa3958306357ebfd5f2598cc4a241d9bb /install/schema_postgres.sql
parent126e06b32ae7c442297173c38ad4fdda8473858d (diff)
downloadvolse-hubzilla-79a806f328e27269d13f26deb0acee7ad8560f7a.tar.gz
volse-hubzilla-79a806f328e27269d13f26deb0acee7ad8560f7a.tar.bz2
volse-hubzilla-79a806f328e27269d13f26deb0acee7ad8560f7a.zip
db update to add index for item.obj_type
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r--install/schema_postgres.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index f3cead9b7..0bc783692 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -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");