changes tested

This commit is contained in:
Joaquin 2025-03-26 10:19:49 +01:00
parent 50650776fc
commit d229845b00

View file

@ -47,7 +47,8 @@ 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 stg_core__protection_plan pp inner join
where stg_core__protection_plan pp
pb.id_protection_plan is not null on pb.id_protection_plan = pp.id_protection_plan
and pp.id_protection_plan <> {{ default_id_protection }} and pb.id_protection_plan is not null
where pp.id_protection_plan <> {{ default_id_protection }}