This commit is contained in:
Pablo Martin 2024-06-18 13:40:36 +02:00
parent 27759374b8
commit 3d3f3fb9ab

View file

@ -352,15 +352,20 @@ models:
data_type: boolean
description: >
boolean indicating if the estimated dates have been overriden with the
used link since
used link since the initial computation was still considering an end
date before a starting date.
the initial computation was still considering an end date before a
starting date.
- name: int_core__verification_payments
description: >-
A simplified table that holds guest journey payments with details around
when they happen, what service was being paid, what was the related
verification request, etc.
Currency rates are converted to GBP with our simple exchange rates view.
columns:
- name: id_verification_to_payment
data_type: bigint
description: Unique ID for the rel between the payment verification and the
description: Unique ID for the relation between the payment verification and the
payment at hand.
tests:
- unique
@ -425,10 +430,4 @@ models:
data_type: character varying
- name: notes
data_type: character varying
description: >-
A simplified table that holds guest journey payments with details around
when they happen, what service was being paid, what was the related
verification request, etc.
Currency rates are converted to GBP with our simple exchange rates view.