Changed comment
This commit is contained in:
parent
b1b527f47d
commit
461c9d33c3
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue