last check

This commit is contained in:
Joaquin 2025-03-26 10:17:41 +01:00
parent 20a277037d
commit 50650776fc

View file

@ -47,7 +47,7 @@ select
pp.protection_display_name as service_name pp.protection_display_name as service_name
from stg_core__user_product_bundle pb from stg_core__user_product_bundle pb
inner join int_core__user_host uh on pb.id_user = uh.id_user_host inner join int_core__user_host uh on pb.id_user = uh.id_user_host
inner join inner join stg_core__protection_plan pp
stg_core__protection_plan pp where
on coalesce(pb.id_protection_plan, 1) = pp.id_protection_plan pb.id_protection_plan is not null
and pp.id_protection_plan <> {{ default_id_protection }} and pp.id_protection_plan <> {{ default_id_protection }}