fix docs
This commit is contained in:
parent
27759374b8
commit
3d3f3fb9ab
1 changed files with 9 additions and 10 deletions
|
|
@ -352,15 +352,20 @@ models:
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
description: >
|
description: >
|
||||||
boolean indicating if the estimated dates have been overriden with the
|
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
|
- 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:
|
columns:
|
||||||
- name: id_verification_to_payment
|
- name: id_verification_to_payment
|
||||||
data_type: bigint
|
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.
|
payment at hand.
|
||||||
tests:
|
tests:
|
||||||
- unique
|
- unique
|
||||||
|
|
@ -425,10 +430,4 @@ models:
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
- name: notes
|
- name: notes
|
||||||
data_type: character varying
|
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.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue