mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-23 16:01:15 +00:00
update-contract-address bugfix
This commit is contained in:
parent
0affe53a45
commit
561d852a38
@ -127,7 +127,8 @@ WITH t AS (
|
||||
UPDATE issues i
|
||||
SET contract_address = :contract_address
|
||||
FROM t
|
||||
RETURNING t.issue_id, t.issue_number, t.title, t.transaction_hash, t.contract_address, t.login, t.repo, t.repo_id;
|
||||
WHERE i.issue_id = :issue_id
|
||||
RETURNING t.issue_id, t.issue_number, t.title, t.transaction_hash, i.contract_address, t.login, t.repo, t.repo_id;
|
||||
|
||||
-- :name update-comment-id :! :n
|
||||
-- :doc updates comment-id for a given issue
|
||||
|
Loading…
x
Reference in New Issue
Block a user