ckeys=bugzilla&cvalue=*/12345
Fixes https://pagure.io/pagure/issue/1308
So it's possible to have an IssueKey not attached to a project? That doesn't sound like something we'd want.
Maybe name this key_type?
Why do you have a primary key? The (key_id, issue_uid) combination should be unique and can be used as primary key.
I'm missing any kind of uniqueness constraint on (project_id, name)
agreed
+1 and I also need to implement this in the UI
indeed
1 new commit added
You know this doesn't have ondelete='CASCADE'?
thanks
3 new commits added
We might want to add some test cases, but the code looks good to me.
:thumbsup:
Thanks :)
rebased
Pull-Request has been merged by pingou
ckeys=bugzilla&cvalue=*/12345Fixes https://pagure.io/pagure/issue/1308