Skip to content

Commit 7c3d115

Browse files
authored
Merge pull request #45 from topcoder-platform/feature/excludeChallenge
excluded challenge id 30171936 as per support ticket 81794
2 parents f3a5f17 + 091bc69 commit 7c3d115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tco_setup/tco21_eligible_contests.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ WHERE p.project_status_id = 1
486486
and p.tc_direct_project_id not in ( 26910 ) --USBR Streamflow Forecasting challenges to be excluded
487487
-- and mod(p.project_id, 2) = 0
488488
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
489490
-- and p.project_id not in (30129332) --excluding practice contest
490491
and 1 = 1;
491492

0 commit comments

Comments
 (0)