aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-08-01 00:57:15 +0200
committerMario Vavti <mario@mariovavti.com>2017-08-01 00:57:15 +0200
commitb66cd8363e19a05853876dd3146dd64bb7e683d2 (patch)
treea5d758fed1d7c8b9b8a7254563250578155811d7 /install/schema_mysql.sql
parent376b05bcc9bbe6848c5693cd53201c0e8c8415ee (diff)
parent9ec995dbf072eb3143cae2b11a89522577a005ff (diff)
downloadvolse-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_mysql.sql')
-rw-r--r--install/schema_mysql.sql1
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`),