Removed guests_id and modified query structure

This commit is contained in:
Joaquin Ossa 2024-07-11 16:49:24 +02:00
parent 00502b1597
commit 70c2c5f6bf
2 changed files with 17 additions and 32 deletions

View file

@ -971,10 +971,6 @@ models:
- not_null
- unique
- name: id_user_guest
data_type: character varying
description: Id value for the guest
- name: created_at_utc
data_type: timestamp without time zone
description:
@ -985,7 +981,7 @@ models:
description:
Date of creation of the verification request
- name: source
- name: verification_request_booking_source
data_type: text
description:
Source type of host of the booking, this could be either;
@ -993,6 +989,7 @@ models:
- OSL
- API/MANUAL
tests:
- not_null
- accepted_values:
values:
- 'PMS'