mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-22 22:28:07 +00:00
SQL fix
This commit is contained in:
parent
7285987292
commit
a4e4a80f31
@ -185,7 +185,7 @@ WHERE r.user_id = u.id
|
||||
AND i.repo_id = r.repo_id
|
||||
AND i.contract_address IS NULL
|
||||
AND i.transaction_hash IS NOT NULL
|
||||
AND i.updated < now() at time zone 'UTC' < interval '1 hour';
|
||||
AND i.updated < now() at time zone 'UTC' - interval '1 hour';
|
||||
|
||||
|
||||
-- Pull Requests -------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user