Installing 2.0 -> Duplicate key name 'idx_bug_rev_id_time'
Posted: 25 Jan 2017, 23:46
I am running the installation script manually
SQL QUERY:
#1061 - Duplicate key name 'idx_bug_rev_id_time'
SQL QUERY:
Code: Select all
ALTER TABLE mantis_bug_revision_table ADD INDEX idx_bug_rev_id_time (bug_id, timestamp);