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
FROM apex_applications a
CROSS JOIN x
WHERE a.owner NOT LIKE 'APEX%'
)
SELECT
CASE WHEN p.app_id IS NULL