Needs review
Project:
Project issue tracking
Version:
6.x-1.0-alpha5
Component:
Comments
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2010 at 10:19 UTC
Updated:
28 Sep 2011 at 07:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
waverate commentedSchema module is reporting a mismatch where the schema and database are different for project_issue.
It also reports:
project_issue_comments.cid is part of the primary key but is not specified to be 'not null'.
Does this need to be cleaned up?
Comment #2
fgmIt should: any component of a primary key should be NOT NULL.
Issue is still there in alpha5.
Comment #3
dwwDoh, sorry. This totally fell off my radar. We'll be sure to resolve this before an official 6.x-1.0 release.
Comment #4
fgmSuggested patch. It does not include a project_issue_update_6007() because the new schema is what MySQL actually implements with the current declaration.