Skip to content

Commit d8e00bc

Browse files
committed
typo in contest ids for MM
1 parent b54a2ed commit d8e00bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tco_setup/tco19_eligible_contests.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
488488
LEFT OUTER JOIN project_info pi82 ON pi82.project_id = p.project_id and pi82.project_info_type_id = 82
489489
WHERE p.project_status_id = 1
490490
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
492492
and p.project_id not in
493493
( SELECT contest_id FROM contest_eligibility
494494
WHERE contest_id NOT IN
@@ -512,7 +512,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
512512
LEFT OUTER JOIN project_info pi82 ON pi82.project_id = p.project_id and pi82.project_info_type_id = 82
513513
WHERE p.project_status_id = 1
514514
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
516516
and p.project_id not in
517517
( SELECT contest_id FROM contest_eligibility
518518
WHERE contest_id NOT IN
@@ -536,7 +536,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
536536
LEFT OUTER JOIN project_info pi82 ON pi82.project_id = p.project_id and pi82.project_info_type_id = 82
537537
WHERE p.project_status_id = 1
538538
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
540540
and p.project_id not in
541541
( SELECT contest_id FROM contest_eligibility
542542
WHERE contest_id NOT IN
@@ -562,7 +562,7 @@ INNER JOIN project_info pi14 ON p.project_id = pi14.project_id and pi14.project_
562562
LEFT OUTER JOIN project_info pi82 ON pi82.project_id = p.project_id and pi82.project_info_type_id = 82
563563
WHERE p.project_status_id = 1
564564
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
566566
and p.project_id not in
567567
( SELECT contest_id FROM contest_eligibility
568568
WHERE contest_id NOT IN

0 commit comments

Comments
 (0)