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

removing filter on MMs #120

Merged
merged 1 commit into from
Nov 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/sql/challenge-feeder/get_group_ids.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ SELECT distinct
INNER JOIN project_category_lu pcl ON pcl.project_category_id = p.project_category_id
LEFT JOIN contest_eligibility ce ON ce.contest_id = p.project_id
LEFT JOIN group_contest_eligibility gce ON gce.contest_eligibility_id = ce.contest_eligibility_id
WHERE pcl.project_category_id NOT IN (27,37) AND {filter}
WHERE pcl.project_category_id NOT IN (27) AND {filter}