fixed testing for core__check_in_cover_listings
This commit is contained in:
parent
00b8c66709
commit
46a6ff057d
2 changed files with 1 additions and 2 deletions
|
|
@ -36,5 +36,5 @@ select
|
||||||
a.address_line_1,
|
a.address_line_1,
|
||||||
cicp.check_in_cover_purchased
|
cicp.check_in_cover_purchased
|
||||||
from int_core__check_in_cover_users cicu
|
from int_core__check_in_cover_users cicu
|
||||||
left join int_core__accommodation a on a.id_user_host = cicu.id_user_host
|
inner join int_core__accommodation a on a.id_user_host = cicu.id_user_host
|
||||||
left join check_in_cover_purchased cicp on a.id_accommodation = cicp.id_accommodation
|
left join check_in_cover_purchased cicp on a.id_accommodation = cicp.id_accommodation
|
||||||
|
|
|
||||||
|
|
@ -1728,7 +1728,6 @@ models:
|
||||||
- 'PMS'
|
- 'PMS'
|
||||||
- 'OSL'
|
- 'OSL'
|
||||||
- 'API/MANUAL'
|
- 'API/MANUAL'
|
||||||
- null
|
|
||||||
|
|
||||||
- name: id_staging_host_booking
|
- name: id_staging_host_booking
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue