change column name, previous was not accurate

This commit is contained in:
Pablo Martin 2024-08-12 11:08:28 +02:00
parent 22ccae5b9a
commit 8c78f880ec

View file

@ -18,7 +18,7 @@ with
{{ adapter.quote("EndDate") }} as ends_at_utc,
case
when {{ adapter.quote("EndDate") }} is null then true else false
end as is_active,
end as has_no_end_date,
{{ adapter.quote("CreatedDate") }} as created_at_utc,
cast({{ adapter.quote("CreatedDate") }} as date) as created_date_utc,
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,