Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 76122cc

Browse files
authored
removing filter on MMs
1 parent f62f383 commit 76122cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/sql/challenge-feeder/get_group_ids.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ SELECT distinct
55
INNER JOIN project_category_lu pcl ON pcl.project_category_id = p.project_category_id
66
LEFT JOIN contest_eligibility ce ON ce.contest_id = p.project_id
77
LEFT JOIN group_contest_eligibility gce ON gce.contest_eligibility_id = ce.contest_eligibility_id
8-
WHERE pcl.project_category_id NOT IN (27,37) AND {filter}
8+
WHERE pcl.project_category_id NOT IN (27) AND {filter}

0 commit comments

Comments
 (0)