Skip to content

Commit

Permalink
Conflicts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Jun 7, 2022
1 parent fd631ce commit e2cae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/metrics/sync/github/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def upsertIntoIssuesTable(cursor, values):
labels)
VALUES
(%s, %s, %s, %s, %s, %s, %s, %s)
ON CONFLICT (pr_id) DO UPDATE
ON CONFLICT (issue_id) DO UPDATE
SET
issue_id=excluded.issue_id,
author=excluded.author,
Expand Down

0 comments on commit e2cae4f

Please sign in to comment.