fixed testing for core__check_in_cover_listings

This commit is contained in:
Joaquin Ossa 2024-08-28 10:47:31 +02:00
parent 00b8c66709
commit 46a6ff057d
2 changed files with 1 additions and 2 deletions

View file

@ -36,5 +36,5 @@ select
a.address_line_1,
cicp.check_in_cover_purchased
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

View file

@ -1728,7 +1728,6 @@ models:
- 'PMS'
- 'OSL'
- 'API/MANUAL'
- null
- name: id_staging_host_booking
data_type: bigint