add marco threads to WC leaderboard

pull/64/head
Aevann1 2022-12-13 19:21:15 +02:00
parent 904660194f
commit 04b4a01b0a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WITH bet_options AS (
SELECT option_id, COUNT(*) FROM submission_option_votes
GROUP BY option_id
) AS cnt ON so.id = cnt.option_id
WHERE p.author_id = 30 AND p.created_utc > 1668953400
WHERE p.author_id in (30,152) AND p.created_utc > 1668953400
AND so.exclusive IN (2, 3)
),
submission_payouts AS (