Project

General

Profile

Actions

Defect #2882

closed

trackers doubled

Added by Robert Cerny about 15 years ago. Updated almost 15 years ago.

Status:
Closed
Priority:
Normal
Category:
Database
Target version:
-
Start date:
2009-03-02
Due date:
% Done:

100%

Estimated time:
Resolution:
Cant reproduce
Affected version:

Description

Hello guys,
we used to use 0.7.3 for long time in our company. Suddenly several months ago we found that tracker names are doubled (New Issue). I checked the database contents but it looks like it's correct

mysql> select * from trackers;
+----+--------------------+-------------+----------+---------------+
| id | name               | is_in_chlog | position | is_in_roadmap |
+----+--------------------+-------------+----------+---------------+
|  1 | Chyba              |           1 |        1 |             0 | 
|  2 | Vylepšení        |           1 |        2 |             1 | 
|  3 | Podpora na místě |           1 |        3 |             1 | 
|  4 | Podpora vzdáleně |           0 |        4 |             1 | 
|  6 | Reklamace          |           1 |        5 |             1 | 
|  7 | Objednávka        |           0 |        6 |             1 | 
|  8 | Dotaz              |           1 |        7 |             1 | 
+----+--------------------+-------------+----------+---------------+

We didn't care about it much because it's just a small cosmetic issue. I decided to upgrade to 0.8.1 today and the doubled trackers are still on place. Is there any help for me?


Files

Redmine.html (12.4 KB) Redmine.html Robert Cerny, 2009-03-04 18:35
2882-use-uniq-for-habtm.patch (3.06 KB) 2882-use-uniq-for-habtm.patch Use uniq on the HABTM association instead of a db unique index Eric Davis, 2009-05-18 18:41
Actions

Also available in: Atom PDF