fix currency descriptions

This commit is contained in:
Pablo Martin 2024-03-04 16:25:24 +01:00
parent 4faaa4fcf7
commit cf7a0894fa

View file

@ -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