6 months, not one

This commit is contained in:
Pablo Martin 2025-06-04 10:48:16 +02:00
parent 1a35839deb
commit 54fca806b9

View file

@ -12,7 +12,7 @@ with
hosts_with_check_in_cover as (
select distinct vrcih.id_user_host
from int_core__vr_check_in_cover vrcih
where vrcih.created_at_utc >= current_date - interval '30 days'
where vrcih.created_at_utc >= current_date - interval '180 days'
),
check_in_cover_added_date_utc as (
select