mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-23 07:50:26 +00:00
Sort open bounties only by updated timestamp
This commit is contained in:
parent
266531956b
commit
dbc85fe8be
@ -395,7 +395,7 @@ WHERE
|
||||
r.repo_id = i.repo_id
|
||||
AND i.confirm_hash is null
|
||||
AND i.is_open = true
|
||||
ORDER BY value_usd desc, updated desc;
|
||||
ORDER BY updated desc;
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user