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
from stg_core__user_product_bundle pb
inner join int_core__user_host uh on pb.id_user = uh.id_user_host
inner join
stg_core__protection_plan pp
on coalesce(pb.id_protection_plan, 1) = pp.id_protection_plan
inner join stg_core__protection_plan pp
where
pb.id_protection_plan is not null
and pp.id_protection_plan <> {{ default_id_protection }}