Installing 2.0 -> Duplicate key name 'idx_bug_rev_id_time'

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
jahenaor
Posts: 1
Joined: 25 Jan 2017, 23:43

Installing 2.0 -> Duplicate key name 'idx_bug_rev_id_time'

Post by jahenaor »

I am running the installation script manually

SQL QUERY:

Code: Select all

ALTER TABLE mantis_bug_revision_table ADD  INDEX idx_bug_rev_id_time  (bug_id, timestamp);
#1061 - Duplicate key name 'idx_bug_rev_id_time'
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Installing 2.0 -> Duplicate key name 'idx_bug_rev_id_tim

Post by atrol »

Please use Search before posting and read the Manual
Post Reply