diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-08-01 00:57:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-08-01 00:57:15 +0200 |
commit | b66cd8363e19a05853876dd3146dd64bb7e683d2 (patch) | |
tree | a5d758fed1d7c8b9b8a7254563250578155811d7 /install/schema_postgres.sql | |
parent | 376b05bcc9bbe6848c5693cd53201c0e8c8415ee (diff) | |
parent | 9ec995dbf072eb3143cae2b11a89522577a005ff (diff) | |
download | volse-hubzilla-b66cd8363e19a05853876dd3146dd64bb7e683d2.tar.gz volse-hubzilla-b66cd8363e19a05853876dd3146dd64bb7e683d2.tar.bz2 volse-hubzilla-b66cd8363e19a05853876dd3146dd64bb7e683d2.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r-- | install/schema_postgres.sql | 1 |
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"); |