fix typos
This commit is contained in:
parent
be24725b7d
commit
5182a804b2
2 changed files with 4 additions and 4 deletions
|
|
@ -867,11 +867,11 @@ models:
|
||||||
|
|
||||||
- name: transaction_at_utc
|
- name: transaction_at_utc
|
||||||
data_type: timestamp with time zone
|
data_type: timestamp with time zone
|
||||||
description: When did the transaction happened.
|
description: When did the transaction happen.
|
||||||
|
|
||||||
- name: transaction_date_utc
|
- name: transaction_date_utc
|
||||||
data_type: date
|
data_type: date
|
||||||
description: The date on which the transaction happenned.
|
description: The date on which the transaction happened.
|
||||||
|
|
||||||
- name: date_string
|
- name: date_string
|
||||||
data_type: timestamp with time zone
|
data_type: timestamp with time zone
|
||||||
|
|
|
||||||
|
|
@ -658,11 +658,11 @@ models:
|
||||||
|
|
||||||
- name: transaction_at_utc
|
- name: transaction_at_utc
|
||||||
data_type: timestamp with time zone
|
data_type: timestamp with time zone
|
||||||
description: When did the transaction happened.
|
description: When did the transaction happen.
|
||||||
|
|
||||||
- name: date_string
|
- name: date_string
|
||||||
data_type: timestamp with time zone
|
data_type: timestamp with time zone
|
||||||
description: When did the transaction happened, as a string.
|
description: When did the transaction happen, as a string.
|
||||||
|
|
||||||
- name: total_amount_local_curr
|
- name: total_amount_local_curr
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue