diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-31 16:49:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-07-31 17:30:06 +0200 |
commit | d33974cec44d7ed7a648a4e30380c3dfa3f11b2f (patch) | |
tree | 22434a73a44194dd8792e1d9a35c66f58f4a615f /install/schema_mysql.sql | |
parent | a3fef34a3f542905247031d0dfd7ec661fbefd1c (diff) | |
download | volse-hubzilla-d33974cec44d7ed7a648a4e30380c3dfa3f11b2f.tar.gz volse-hubzilla-d33974cec44d7ed7a648a4e30380c3dfa3f11b2f.tar.bz2 volse-hubzilla-d33974cec44d7ed7a648a4e30380c3dfa3f11b2f.zip |
db update to add index for item.obj_type
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r-- | install/schema_mysql.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 4430e9f10..9e2e401b5 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -660,6 +660,7 @@ CREATE TABLE IF NOT EXISTS `item` ( KEY `item_flags` (`item_flags`), KEY `commented` (`commented`), KEY `verb` (`verb`), + KEY `obj_type` (`obj_type`), KEY `item_private` (`item_private`), KEY `llink` (`llink`), KEY `expires` (`expires`), |