summaryrefslogtreecommitdiffstats
path: root/lib/sql/migration/004-msgid-uniqueness.sql
Commit message (Collapse)AuthorAgeFilesLines
* [models] Make patches unique on (msgid, project), not just (msgid)Jeremy Kerr2008-10-291-0/+7
On patchwork.ozlabs.org, we may see multiple patches for different projects, but with the same message-id. We want these patches to show up on both projects, so we need to change the current UNIQUE contstraint on msgid. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>