@@ -488,7 +488,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
488
488
LEFT OUTER JOIN project_info pi82 ON pi82 .project_id = p .project_id and pi82 .project_info_type_id = 82
489
489
WHERE p .project_status_id = 1
490
490
and p .project_category_id in (37 )
491
- and p .project_id not in (select project_id from contest_project_xref where contest_id in (663 , 583 )) -- make sure we exclude from tco
491
+ and p .project_id not in (select project_id from contest_project_xref where contest_id in (678 )) -- make sure we exclude from tco
492
492
and p .project_id not in
493
493
( SELECT contest_id FROM contest_eligibility
494
494
WHERE contest_id NOT IN
@@ -512,7 +512,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
512
512
LEFT OUTER JOIN project_info pi82 ON pi82 .project_id = p .project_id and pi82 .project_info_type_id = 82
513
513
WHERE p .project_status_id = 1
514
514
and p .project_category_id in (37 )
515
- and p .project_id not in (select project_id from contest_project_xref where contest_id in (664 , 583 )) -- make sure we exclude from tco
515
+ and p .project_id not in (select project_id from contest_project_xref where contest_id in (679 )) -- make sure we exclude from tco
516
516
and p .project_id not in
517
517
( SELECT contest_id FROM contest_eligibility
518
518
WHERE contest_id NOT IN
@@ -536,7 +536,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
536
536
LEFT OUTER JOIN project_info pi82 ON pi82 .project_id = p .project_id and pi82 .project_info_type_id = 82
537
537
WHERE p .project_status_id = 1
538
538
and p .project_category_id in (37 )
539
- and p .project_id not in (select project_id from contest_project_xref where contest_id in (665 , 583 )) -- make sure we exclude from tco
539
+ and p .project_id not in (select project_id from contest_project_xref where contest_id in (680 )) -- make sure we exclude from tco
540
540
and p .project_id not in
541
541
( SELECT contest_id FROM contest_eligibility
542
542
WHERE contest_id NOT IN
@@ -562,7 +562,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
562
562
LEFT OUTER JOIN project_info pi82 ON pi82 .project_id = p .project_id and pi82 .project_info_type_id = 82
563
563
WHERE p .project_status_id = 1
564
564
and p .project_category_id in (37 )
565
- and p .project_id not in (select project_id from contest_project_xref where contest_id in (666 , 583 )) -- make sure we exclude from tco
565
+ and p .project_id not in (select project_id from contest_project_xref where contest_id in (681 )) -- make sure we exclude from tco
566
566
and p .project_id not in
567
567
( SELECT contest_id FROM contest_eligibility
568
568
WHERE contest_id NOT IN
0 commit comments