Changed comment

This commit is contained in:
Joaquin Ossa 2024-11-18 08:53:11 +01:00
parent b1b527f47d
commit 461c9d33c3

View file

@ -69,7 +69,8 @@ with
on gp.date = dd.date_day
and gp.has_id_check = dd.has_id_check
and dd.has_payment = {{ has_payment_true }}
-- Restricts the records to only those in the past to 1 year in the future
-- Restricts the records by date being in the past or in the next following 12
-- months
where dd.date_day <= current_date + interval '1 year'
)