Removed null fields
This commit is contained in:
parent
4d0c45e49d
commit
63b3cae062
5 changed files with 11 additions and 37 deletions
|
|
@ -7,7 +7,6 @@ select
|
|||
id_verification,
|
||||
id_booking,
|
||||
id_user_partner,
|
||||
id_accommodation,
|
||||
version,
|
||||
case when version = 'V1' then 'Guesty' else null end as verification_source,
|
||||
verification_status,
|
||||
|
|
@ -29,7 +28,6 @@ select
|
|||
guest_last_name,
|
||||
guest_first_name,
|
||||
guest_telephone,
|
||||
company_name,
|
||||
property_manager_name,
|
||||
property_manager_email,
|
||||
listing_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue