Added booking_source to reporting model core__guest_satisfaction_responses
This commit is contained in:
parent
506cb8043c
commit
93a4664332
2 changed files with 16 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ select
|
||||||
id_verification_request as id_verification_request,
|
id_verification_request as id_verification_request,
|
||||||
id_user_guest as id_user_guest,
|
id_user_guest as id_user_guest,
|
||||||
guest_email as guest_email,
|
guest_email as guest_email,
|
||||||
|
verification_request_booking_source as verification_request_booking_source,
|
||||||
experience_rating as experience_rating,
|
experience_rating as experience_rating,
|
||||||
guest_comments as guest_comments,
|
guest_comments as guest_comments,
|
||||||
is_contactable as is_contactable,
|
is_contactable as is_contactable,
|
||||||
|
|
|
||||||
|
|
@ -806,6 +806,21 @@ models:
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: Guest email
|
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
|
- name: experience_rating
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue