diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-28 10:21:22 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-28 10:21:22 +0100 |
commit | 6593dff9f5b07c76037fa0afc7357089306195c4 (patch) | |
tree | 3956964e6f695ac881ca641e9ec9b9ffccc20156 /install | |
parent | 924c8db71206dca0baa1e95c63719205404d5380 (diff) | |
download | volse-hubzilla-6593dff9f5b07c76037fa0afc7357089306195c4.tar.gz volse-hubzilla-6593dff9f5b07c76037fa0afc7357089306195c4.tar.bz2 volse-hubzilla-6593dff9f5b07c76037fa0afc7357089306195c4.zip |
missed one index in the last update
Diffstat (limited to 'install')
-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 76e6032fc..5cd04467d 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -658,6 +658,7 @@ CREATE TABLE IF NOT EXISTS `item` ( KEY `uid_item_starred` (`uid`, `item_starred`), KEY `uid_item_retained` (`uid`, `item_retained`), KEY `uid_item_private` (`uid`, `item_private`), + KEY `uid_resource_type` (`uid`, `resource_type`), KEY `aid` (`aid`), KEY `owner_xchan` (`owner_xchan`), KEY `author_xchan` (`author_xchan`), |