Skip to content

Commit a2c4140

Browse files
authored
Exclude IBM Hackathon Challenges.
Excluded IBM Hackathon Challenges from TCO Scripts
1 parent 8f1d569 commit a2c4140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tco_setup/tco19_eligible_contests.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ WHERE p.project_status_id = 1
2222
and p.project_id not in (select ce.contest_id from contest_eligibility ce)
2323
and NVL(pi82.value, 0) = 0 -- No TCO if these are tasks
2424
and p.tc_direct_project_id not in (8943, 16411, 16412, 16413, 16406, 16399, 16407) -- exclude projects for fun and university challenges
25+
and p.project_id not in (30070720, 30070724, 30070725, 30070727) -- IBM Hackathon Challenges to be excluded
2526
-- and mod(p.project_id, 2) = 0
2627
and not exists (SELECT 1 FROM comp_technology
2728
WHERE comp_vers_id = pi1.value AND technology_type_id = 78) -- exclude QA Challenges from Dev

0 commit comments

Comments
 (0)