mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 03:47:58 +00:00
parent
7453bbfe40
commit
49be307a9d
@ -572,7 +572,8 @@ pr.commit_sha = i.commit_sha
|
|||||||
AND u.id = pr.user_id
|
AND u.id = pr.user_id
|
||||||
AND i.payout_receipt IS NOT NULL
|
AND i.payout_receipt IS NOT NULL
|
||||||
GROUP BY u.id
|
GROUP BY u.id
|
||||||
ORDER BY total_usd DESC;
|
ORDER BY total_usd DESC
|
||||||
|
LIMIT 10;
|
||||||
|
|
||||||
|
|
||||||
-- :name bounties-activity :? :*
|
-- :name bounties-activity :? :*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user