Added verification_request_booking_source to int_core__guest_satisfaction_responses model

This commit is contained in:
Joaquin Ossa 2024-07-12 12:38:52 +02:00
parent 2130226939
commit 4d5af3ba21
2 changed files with 19 additions and 3 deletions

View file

@ -887,6 +887,21 @@ models:
data_type: character varying
description: Guest email
- name: verification_request_booking_source
data_type: text
description:
Source type of host of the booking, this could be either;
- PMS
- OSL
- API/MANUAL
tests:
- not_null
- accepted_values:
values:
- 'PMS'
- 'OSL'
- 'API/MANUAL'
- name: experience_rating
data_type: bigint
description: