Skip to content

Commit 1f4ec64

Browse files
authored
Merge pull request #39 from topcoder-platform/feature/excludeChallenge
excluded a challenge from TCO Marathon Stage 1
2 parents d3206da + cb7b97e commit 1f4ec64

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
@@ -424,6 +424,7 @@ WHERE p.project_status_id = 1
424424
and p.tc_direct_project_id not in ( 22249 ) --Rodeo Challenges to be excluded
425425
-- and mod(p.project_id, 2) = 0
426426
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
427428
and 1 = 1;
428429

429430
-- Stage 2

0 commit comments

Comments
 (0)