Added missing values
This commit is contained in:
parent
7a987d92c4
commit
d6f30a8e67
7 changed files with 32 additions and 5 deletions
|
|
@ -34,9 +34,12 @@ select
|
|||
av.property_manager_name,
|
||||
av.property_manager_email,
|
||||
av.listing_name,
|
||||
av.listing_address,
|
||||
av.listing_town,
|
||||
av.listing_country,
|
||||
av.listing_postcode,
|
||||
av.level_of_protection_amount,
|
||||
av.level_of_protection_currency,
|
||||
av.pets_allowed,
|
||||
av.status_updated_at_utc,
|
||||
av.status_updated_date_utc,
|
||||
|
|
@ -78,9 +81,12 @@ select
|
|||
ev.property_manager_name,
|
||||
ev.property_manager_email,
|
||||
ev.listing_name,
|
||||
ev.listing_address,
|
||||
ev.listing_town,
|
||||
ev.listing_country,
|
||||
ev.listing_postcode,
|
||||
null as level_of_protection_amount,
|
||||
null as level_of_protection_currency,
|
||||
ev.pets_allowed,
|
||||
ev.status_updated_at_utc,
|
||||
ev.status_updated_date_utc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue