diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-04 21:13:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-04 21:13:24 +0100 |
commit | c57b2d25b2e377621087f0bde45b9df73edcfed9 (patch) | |
tree | 487ee3e8c192ef9c4e1b34c578f4a2e3edab7371 /install | |
parent | 3cc756f3029e5f3b02008dac94a90e168d398c9a (diff) | |
download | volse-hubzilla-c57b2d25b2e377621087f0bde45b9df73edcfed9.tar.gz volse-hubzilla-c57b2d25b2e377621087f0bde45b9df73edcfed9.tar.bz2 volse-hubzilla-c57b2d25b2e377621087f0bde45b9df73edcfed9.zip |
remove indices from mysql schema file
Diffstat (limited to 'install')
-rw-r--r-- | install/schema_mysql.sql | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 673e4cd75..a3c80aafd 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -690,14 +690,7 @@ CREATE TABLE IF NOT EXISTS `item` ( KEY `item_verified` (`item_verified`), KEY `item_retained` (`item_retained`), KEY `item_rss` (`item_rss`), - KEY `item_deleted` (`item_deleted`), - KEY `item_type` (`item_type`), - KEY `item_hidden` (`item_hidden`), KEY `item_consensus` (`item_consensus`), - KEY `item_unpublished` (`item_unpublished`), - KEY `item_delayed` (`item_delayed`), - KEY `item_pending_remove` (`item_pending_remove`), - KEY `item_blocked` (`item_blocked`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; CREATE TABLE IF NOT EXISTS `item_id` ( |