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

Commit 98f5b26

Browse files
committed
revert back changes
1 parent faf3850 commit 98f5b26

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/resources/sql/challenge-feeder/detail/get_registrants.sql

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ select
1010
ELSE decode(ri4.value, 'N/A', '0', ri4.value)::int
1111
END AS rating,
1212
ri5.value::int AS reliability,
13-
ct.iso_alpha3_code AS countryCode,
1413
p.project_id AS challengeId
1514
from resource rur
1615
, resource_info ri1
@@ -20,8 +19,6 @@ select
2019
, outer resource_info ri4
2120
, outer resource_info ri5
2221
, outer informixoltp\:algo_rating ar
23-
, outer common_oltp\:country ct
24-
, coder c
2522
where
2623
p.project_id = rur.project_id
2724
and rur.resource_id = ri1.resource_id
@@ -35,6 +32,4 @@ select
3532
and pcl.project_category_id = p.project_category_id
3633
and ar.coder_id = u.user_id
3734
and ar.algo_rating_type_id=3
38-
and c.coder_id = u.user_id
39-
and c.comp_country_code = ct.country_code
40-
and {filter}
35+
and {filter}

0 commit comments

Comments
 (0)