]> git.wh0rd.org - tt-rss.git/commit
Drop duplicate database indexes
authorAnders Kaseorg <andersk@mit.edu>
Thu, 18 Dec 2014 07:18:17 +0000 (02:18 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Thu, 18 Dec 2014 07:50:03 +0000 (02:50 -0500)
commitbd40827b737464ea2de8857fded057122543990a
tree1efc20f5cd26aaf8e0e3566db69efef90c742410
parentd8895ec679fb3557ddf01d8be74a5eb82c7dac7a
Drop duplicate database indexes

These duplicate indexes were found by the pt-duplicate-key-checker
tool in percona-toolkit.  Duplicate indexes waste space and slow down
the query planner.  Closes #835.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
include/functions.php
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql
schema/versions/mysql/127.sql [new file with mode: 0644]
schema/versions/pgsql/127.sql [new file with mode: 0644]