Included level of protection
This commit is contained in:
parent
d6f30a8e67
commit
5e17ca93a7
3 changed files with 8 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ select
|
|||
ev.listing_town,
|
||||
ev.listing_country,
|
||||
ev.listing_postcode,
|
||||
null as level_of_protection_amount,
|
||||
null as level_of_protection_currency,
|
||||
ev.level_of_protection_amount,
|
||||
ev.level_of_protection_currency,
|
||||
ev.pets_allowed,
|
||||
ev.status_updated_at_utc,
|
||||
ev.status_updated_date_utc,
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@ select
|
|||
listing_town,
|
||||
listing_country,
|
||||
listing_postcode,
|
||||
level_of_protection_amount,
|
||||
level_of_protection_currency,
|
||||
pets_allowed,
|
||||
status_updated_at_utc,
|
||||
status_updated_date_utc,
|
||||
|
|
|
|||
|
|
@ -144,6 +144,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