diff options
author | Andrew Manning <tamanning@zoho.com> | 2018-03-12 19:50:25 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2018-03-12 19:50:25 -0400 |
commit | dcd658f12ea60945678717e3c310e94ece7b1f96 (patch) | |
tree | 295f4a521ed34417c0bf3abf09dab345bf46000c /install/schema_mysql.sql | |
parent | aa6f7481a023c04b30ffc6aec2016e2b7b3b386f (diff) | |
parent | b265a55b815e46658aadec9021bb00997cb40bc7 (diff) | |
download | volse-hubzilla-dcd658f12ea60945678717e3c310e94ece7b1f96.tar.gz volse-hubzilla-dcd658f12ea60945678717e3c310e94ece7b1f96.tar.bz2 volse-hubzilla-dcd658f12ea60945678717e3c310e94ece7b1f96.zip |
Merge branch 'dev' into oauth2
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r-- | install/schema_mysql.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 1f396ee0e..0d098d661 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`), |