Skip to content

Commit faee4fd

Browse files
authored
Merge pull request #43 from topcoder-platform/feature/excludeChallenge
Feature/exclude challenge
2 parents 9487552 + 1a83f71 commit faee4fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tco_setup/tco21_eligible_contests.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ WHERE p.project_status_id = 1
455455
and p.tc_direct_project_id not in ( 26910 ) --USBR Streamflow Forecasting challenges to be excluded
456456
-- and mod(p.project_id, 2) = 0
457457
and p.project_id not in (select ce.contest_id from contest_eligibility ce) --excluding private challenges
458+
and p.project_id not in (30145483) --excluding as per support ticket 71633
458459
-- and p.project_id not in ( 30114809, 30116975, 30116520 ) --excluding specific challenge
459460
and 1 = 1;
460461

@@ -629,3 +630,4 @@ WHERE p.project_status_id = 1
629630
-- and mod(p.project_id, 2) = 0
630631
and p.project_id not in (select ce.contest_id from contest_eligibility ce) --excluding private challenges
631632
and 1 = 1;
633+

0 commit comments

Comments
 (0)