Modified date name to stick to convention
This commit is contained in:
parent
6bc26a66ff
commit
205bc6534d
4 changed files with 8 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ select
|
|||
phone_number as phone_number,
|
||||
joined_at_utc as joined_at_utc,
|
||||
joined_date_utc as joined_date_utc,
|
||||
check_in_cover_added_date as check_in_cover_added_date,
|
||||
check_in_cover_added_date_utc as check_in_cover_added_date_utc,
|
||||
billing_town as billing_town,
|
||||
company_name as company_name
|
||||
from int_core__check_in_cover_users
|
||||
|
|
|
|||
|
|
@ -924,7 +924,7 @@ models:
|
|||
data_type: date
|
||||
description: Date the user joined
|
||||
|
||||
- name: check_in_cover_added_date
|
||||
- name: check_in_cover_added_date_utc
|
||||
data_type: date
|
||||
description:
|
||||
Date the user first included check-in cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue