Changed test
This commit is contained in:
parent
8c7b4bcf94
commit
51fabf9efb
4 changed files with 389 additions and 25 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue