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

Commit d238631

Browse files
authored
removed comment to fix syntax error
1 parent a0bcfa2 commit d238631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/get_past_challenges_count

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ AND (not exists (select contest_id from contest_eligibility where contest_id = p
3030
or exists(select contest_id from contest_eligibility ce, group_contest_eligibility gce, user_group_xref x
3131
where x.login_id = @user_id@ AND x.group_id = gce.group_id AND gce.contest_eligibility_id = ce.contest_eligibility_id
3232
AND ce.contest_id = p.project_id))
33-
AND not exists (select 1 from resource r, project_info pi82 where r.project_id = p.project_id and r.resource_role_id = 1 and p.project_id = pi82.project_id and project_info_type_id = 82 and pi82.value = 1) -- exclude assigned tasks
33+
AND not exists (select 1 from resource r, project_info pi82 where r.project_id = p.project_id and r.resource_role_id = 1 and p.project_id = pi82.project_id and project_info_type_id = 82 and pi82.value = 1)

0 commit comments

Comments
 (0)