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

Commit 47a884a

Browse files
committed
paging in active challenges should not be released, incomplete
1 parent 0372224 commit 47a884a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

queries/get_active_challenges

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
SELECT
2-
SKIP @first_row_index@
3-
FIRST @page_size@
42
CASE WHEN (p.project_studio_spec_id IS NOT NULL) THEN 1 ELSE 0 END AS is_studio
53
, pcl.description AS challenge_type
64
, pn.value AS challenge_name

0 commit comments

Comments
 (0)