aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-11 13:53:15 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-11 13:53:15 +0100
commit98541beee375918c4be97e9f163962d1cc55ba98 (patch)
treedff4342372ed21686feaf5479f4c2e9bbbd5ddc0 /install
parentff2935e70c38987a2b6c0332d45f43a0300ac518 (diff)
downloadvolse-hubzilla-98541beee375918c4be97e9f163962d1cc55ba98.tar.gz
volse-hubzilla-98541beee375918c4be97e9f163962d1cc55ba98.tar.bz2
volse-hubzilla-98541beee375918c4be97e9f163962d1cc55ba98.zip
update mysql schema
Diffstat (limited to 'install')
-rw-r--r--install/schema_mysql.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index 5cd04467d..1195d5845 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -659,13 +659,10 @@ CREATE TABLE IF NOT EXISTS `item` (
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`),
KEY `resource_id` (`resource_id`),
KEY `resource_type` (`resource_type`),
- KEY `item_restrict` (`item_restrict`),
- KEY `item_flags` (`item_flags`),
KEY `commented` (`commented`),
KEY `verb` (`verb`),
KEY `obj_type` (`obj_type`),