change column name, previous was not accurate
This commit is contained in:
parent
22ccae5b9a
commit
8c78f880ec
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ with
|
||||||
{{ adapter.quote("EndDate") }} as ends_at_utc,
|
{{ adapter.quote("EndDate") }} as ends_at_utc,
|
||||||
case
|
case
|
||||||
when {{ adapter.quote("EndDate") }} is null then true else false
|
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,
|
{{ adapter.quote("CreatedDate") }} as created_at_utc,
|
||||||
cast({{ adapter.quote("CreatedDate") }} as date) as created_date_utc,
|
cast({{ adapter.quote("CreatedDate") }} as date) as created_date_utc,
|
||||||
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,
|
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue