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

Commit c82d0f2

Browse files
committed
Merge pull request #138 from cloudspokes/james-mem-stats-fix
fixed design statistics query
2 parents e769f11 + f08f59c commit c82d0f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

queries/get_studio_member_statistics_track

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ SELECT
5757

5858
FROM project_category_lu pcl
5959
, user u
60-
WHERE 1=1
61-
AND u.handle_lower = LOWER('@handle@')
60+
WHERE u.handle_lower = LOWER('@handle@')
6261
AND pcl.project_type_id = 3
63-
AND display = 't'
62+
AND pcl.display = 't'

0 commit comments

Comments
 (0)