feat: exclude prior event seasons from all-star pool

This commit is contained in:
2026-07-28 00:43:46 +00:00
parent d8bf8ba922
commit c1ce478d22
4 changed files with 65 additions and 26917 deletions
+1
View File
@@ -23,6 +23,7 @@ phases AS (
FROM emperior e
LEFT JOIN ng_games g ON g.server_id = e.server_id
WHERE e.no BETWEEN 1 AND 99
AND MOD(e.no, 5) <> 0
),
hall_eligible AS (
SELECT