Closed Bug 244503 Opened 21 years ago Closed 21 years ago

inconsistency with database fields bugs.target_milestone and milestones.value

Categories

(Bugzilla :: Bugzilla-General, defect)

2.17.4
x86
Windows 2000
defect
Not set
trivial

Tracking

()

RESOLVED INVALID

People

(Reporter: draichle, Assigned: justdave)

Details

In the "milestones"-table the field "value" is varchar(64) but in the "bugs"-table the field "target_milestone" is only varchar(20). This leads to some errors when using milestones which are longer than 20 characters: - show_bug.cgi does not show the right milestone for this bug - Sanity-check produces the warning: "Bad values xxx, yyy found in bugs.product_id / bugs.target_milestone (bug zzz)" where xxx is the product-id, yyy is the selected milestone (shortened to 20 characters) and zzz is the bug-id
sorry, I found that this "milestones.value"-field is originally varchar(20). Here in our bugzilla-installation we did a local modification to varchar(64) and forgot to change the "bugs.target_milestone"-file, too. => no bug...
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Severity: major → trivial
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.