6.0.0-RC7
6/29/26

[#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 2/9/05 (7810 days ago)
Due
Updated 2/9/05 (7810 days ago)
Assigned
Resolved 2/9/05 (7810 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
172 Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
142 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