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

Release qa to prod #426

Merged
merged 3 commits into from
May 14, 2015
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: 0 additions & 2 deletions queries/get_active_challenges
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
SELECT
SKIP @first_row_index@
FIRST @page_size@
CASE WHEN (p.project_studio_spec_id IS NOT NULL) THEN 1 ELSE 0 END AS is_studio
, pcl.description AS challenge_type
, pn.value AS challenge_name
Expand Down