Bug #8213 | Can not add priorities to projects | ||
---|---|---|---|
Submitted: | 31 Jan 2005 15:13 | Modified: | 31 Jan 2005 20:03 |
Reporter: | Vincent Iovino | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Eventum | Severity: | S1 (Critical) |
Version: | 1.4 | OS: | Linux (Fedora 2) |
Assigned to: | Bryan Alsdorf | CPU Architecture: | Any |
[31 Jan 2005 15:13]
Vincent Iovino
[31 Jan 2005 19:17]
Vincent Iovino
We figured it out. Table <%>_priority Field Pri_Id is a TinyInt which max's out at 255. We reset it to INT and it now works fine.
[31 Jan 2005 20:03]
Bryan Alsdorf
You will also need to update the issue.iss_pri_id field to be the same datatype. I am going ahead and changing the schema so this doesn't happen again in the future.