Modify ↓
Opened 8 years ago
Closed 8 years ago
#13257 closed defect (fixed)
ScrumBurndownPlugin should not replace milestone table
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | ScrumBurndownPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
See trac:#12883, trac:#10204, trac:#10584.
Attachments (0)
Change History (3)
comment:1 Changed 8 years ago by
| Owner: | set to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:2 Changed 8 years ago by
Note: See
TracTickets for help on using
tickets.



The column
typeshould beint64after trac:r9210. As mentioned in trac:comment:7:ticket:12883, the plugin shouldn't modify tables in the Trac core, or at least it should only append a column. However, I don't think this plugin is worth spending much time on so I'm just going to make the most basic fix to avoid the reported issues.