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,
|
||||
|
|
|
|||
|
|
@ -1240,7 +1240,7 @@ models:
|
|||
|
||||
- name: nightly_fee_local
|
||||
data_type: double precision
|
||||
description: "fee charged per night"
|
||||
description: "fee in local currency charged per night"
|
||||
|
||||
- name: number_nights
|
||||
data_type: integer
|
||||
|
|
@ -1248,7 +1248,7 @@ models:
|
|||
|
||||
- name: total_fee_local
|
||||
data_type: double precision
|
||||
description: "total fee for the booking"
|
||||
description: "total fee in local currency for the booking"
|
||||
|
||||
- name: email_flag
|
||||
data_type: text
|
||||
|
|
@ -1330,6 +1330,10 @@ models:
|
|||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: listing_address
|
||||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: listing_town
|
||||
data_type: text
|
||||
description: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue