We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3206da + cb7b97e commit 1f4ec64Copy full SHA for 1f4ec64
tco_setup/tco21_eligible_contests.sql
@@ -424,6 +424,7 @@ WHERE p.project_status_id = 1
424
and p.tc_direct_project_id not in ( 22249 ) --Rodeo Challenges to be excluded
425
-- and mod(p.project_id, 2) = 0
426
and p.project_id not in (select ce.contest_id from contest_eligibility ce) --excluding private challenges
427
+ and p.project_id not in ( 30138384 ) --excluding as per support ticket 67942
428
and 1 = 1;
429
430
-- Stage 2
0 commit comments