Hide APEX apps

This commit is contained in:
Jan Kvetina 2022-03-12 19:13:37 +01:00
parent e7f4005ee0
commit 70b42740a5

View File

@ -55,6 +55,7 @@ p AS (
a.last_updated_on a.last_updated_on
FROM apex_applications a FROM apex_applications a
CROSS JOIN x CROSS JOIN x
WHERE a.owner NOT LIKE 'APEX%'
) )
SELECT SELECT
CASE WHEN p.app_id IS NULL CASE WHEN p.app_id IS NULL