Changed test

This commit is contained in:
Joaquin Ossa 2024-11-06 11:47:47 +01:00
parent 8c7b4bcf94
commit 51fabf9efb
4 changed files with 389 additions and 25 deletions

View file

@ -41,7 +41,7 @@ select distinct
and rd.day < extract(day from rd.today)
then true
else false
end as is_month_to_date,
end as is_month_to_date,
rd.first_day_week,
rd.last_day_week,
case when rd.date = rd.last_day_week then true else false end as is_end_of_week,