mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 11:56:30 +00:00
Remove obsolete update-execute-hash query
This commit is contained in:
parent
ea406387dd
commit
6f5dcd57ae
@ -348,13 +348,6 @@ AND u.id = p.user_id
|
||||
AND i.payout_receipt IS NULL
|
||||
AND i.payout_hash IS NOT NULL;
|
||||
|
||||
-- :name update-execute-hash :! :n
|
||||
-- :doc updates issue with execute transaction hash
|
||||
UPDATE issues
|
||||
SET execute_hash = :execute_hash,
|
||||
updated = timezone('utc'::text, now())
|
||||
WHERE issue_id = :issue_id;
|
||||
|
||||
-- :name update-winner-login :! :n
|
||||
UPDATE issues
|
||||
SET winner_login = :winner_login
|
||||
|
Loading…
x
Reference in New Issue
Block a user