6.0.0-beta1
9/24/25

[#1342] sql upgrade script, index is created twice
Summary sql upgrade script, index is created twice
Queue Nag
Queue Version FRAMEWORK_3
Type Bug
State Resolved
Priority 1. Low
Owners
Requester leena.heino (at) uta (dot) fi
Created 02/09/2005 (7532 days ago)
Due
Updated 02/09/2005 (7532 days ago)
Assigned
Resolved 02/09/2005 (7532 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/09/2005 02:19:17 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
02/09/2005 02:09:14 PM leena (dot) heino (at) uta (dot) fi Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ sql upgrade script, index is created twice
Queue ⇒ Nag
Reply to this comment
In 1.1_to_2.0.mysql.sql upgrade script one index is created twice:



...

ALTER TABLE nag_tasks ADD INDEX nag_uid_idx (task_uid);

...

CREATE INDEX nag_uid_idx ON nag_tasks (task_uid);


Saved Queries