Fixed schema names

This commit is contained in:
Joaquin Ossa 2024-07-12 11:06:09 +02:00
parent 3001db919a
commit cf467145d0

View file

@ -1080,25 +1080,25 @@ models:
data_type: character varying
description: ""
- name: verification_start_at_utc
- name: verification_estimated_started_at_utc
data_type: timestamp without time zone
description:
The date and time at which the guest started the guest journey.
The estimated date and time at which the guest started the guest journey.
- name: verification_start_date_utc
- name: verification_estimated_started_date_utc
data_type: date
description:
The date on which the guest started the guest journey.
The estimated date on which the guest started the guest journey.
- name: verification_end_at_utc
- name: verification_estimated_completed_at_utc
data_type: timestamp without time zone
description:
The date and time at which the guest finished the guest journey.
The estimated date and time at which the guest finished the guest journey.
- name: verification_end_date_utc
- name: verification_estimated_completed_date_utc
data_type: date
description:
The date on which the guest finished the guest journey.
The estimated date on which the guest finished the guest journey.
- name: link_used_at_utc
data_type: timestamp without time zone