diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-16 16:32:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-16 16:32:26 -0700 |
commit | aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff (patch) | |
tree | 4ad5ee42177fd0c999bf373f63a78dbaa5fcec65 /install/schema_postgres.sql | |
parent | e84281b620650db8f066f2643c1f9089a88e088d (diff) | |
parent | 6239a27288bacad225606a40a3dc6ac26072d329 (diff) | |
download | volse-hubzilla-aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff.tar.gz volse-hubzilla-aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff.tar.bz2 volse-hubzilla-aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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 381c262a7..65acb644b 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -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"); |