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.repo_id = r.repo_id
|
||||||
AND i.contract_address IS NULL
|
AND i.contract_address IS NULL
|
||||||
AND i.transaction_hash IS NOT 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 -------------------------------------------------------------------
|
-- Pull Requests -------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue