Skip to content

Commit 07726f4

Browse files
committed
Remove testing data
1 parent bcc17c4 commit 07726f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/reports/topcoder/registrant-countries.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ LEFT JOIN lookups."Country" AS comp_code
1717
LEFT JOIN lookups."Country" AS comp_id
1818
ON UPPER(comp_id.id) = UPPER(mem."competitionCountryCode")
1919
WHERE rr.name = 'Submitter'
20-
AND res."challengeId" = 'e12ee862-474a-4e40-9d2d-2699ae1dfc2a'
20+
AND res."challengeId" = $1::text
2121
ORDER BY res."memberHandle";

0 commit comments

Comments
 (0)