SQL fix related to PR edited webhook
This commit is contained in:
parent
f3be62cd55
commit
81c24b5793
|
@ -227,6 +227,8 @@ VALUES(:pr_id,
|
|||
ON CONFLICT (pr_id) DO UPDATE
|
||||
SET
|
||||
state = :state,
|
||||
issue_number = :issue_number,
|
||||
issue_id = :issue_id,
|
||||
updated = timezone('utc'::text, now()),
|
||||
commit_sha = :commit_sha;
|
||||
|
||||
|
|
Loading…
Reference in New Issue