Skip to content

Commit 22550a9

Browse files
Change commit roles PK to allow multiple reviewers
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 1a51a1d commit 22550a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE gha_commits_roles DROP CONSTRAINT IF EXISTS gha_commits_roles_pkey;
2+
ALTER TABLE gha_commits_roles ADD PRIMARY KEY (sha, event_id, role, actor_email);
3+

0 commit comments

Comments
 (0)