Skip to content

Commit 7ea517e

Browse files
authored
Merge pull request #41 from topcoder-platform/feature/excludeChallenge
Exluded from tco as per ticket 69965
2 parents 2b4a289 + a843741 commit 7ea517e

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
@@ -426,6 +426,7 @@ WHERE p.project_status_id = 1
426426
and p.project_id not in (select ce.contest_id from contest_eligibility ce) --excluding private challenges
427427
and p.project_id not in ( 30138384 ) --excluding as per support ticket 67942
428428
and p.project_id not in ( 30137832 ) --excluding as per support Ticket 68709
429+
and p.project_id not in ( 30143561 ) --excluding as per support ticket 69965
429430
and 1 = 1;
430431

431432
-- Stage 2

0 commit comments

Comments
 (0)