fix currency descriptions
This commit is contained in:
parent
4faaa4fcf7
commit
cf7a0894fa
1 changed files with 2 additions and 2 deletions
|
|
@ -369,7 +369,7 @@ models:
|
|||
|
||||
- name: currency
|
||||
data_type: character varying
|
||||
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||
description: "{{ doc('currency_desc') }}"
|
||||
|
||||
- name: customer
|
||||
data_type: character varying
|
||||
|
|
@ -573,7 +573,7 @@ models:
|
|||
|
||||
- name: currency
|
||||
data_type: character varying
|
||||
description: "{{ doc('raw_stripe_currency_desc') }}"
|
||||
description: "{{ doc('currency_desc') }}"
|
||||
|
||||
- name: metadata
|
||||
data_type: jsonb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue