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.
1 parent b8a39ce commit 091bc69Copy full SHA for 091bc69
tco_setup/tco21_eligible_contests.sql
@@ -486,6 +486,7 @@ WHERE p.project_status_id = 1
486
and p.tc_direct_project_id not in ( 26910 ) --USBR Streamflow Forecasting challenges to be excluded
487
-- and mod(p.project_id, 2) = 0
488
and p.project_id not in (select ce.contest_id from contest_eligibility ce) --excluding private challenges
489
+ and p.project_id not in (30171936) --excluding as per support ticket 81794
490
-- and p.project_id not in (30129332) --excluding practice contest
491
and 1 = 1;
492
0 commit comments