shift renames left, remove deprecated fields from int
This commit is contained in:
parent
c35c5cb033
commit
37856ec606
2 changed files with 5 additions and 7 deletions
|
|
@ -7,9 +7,9 @@ select
|
|||
-- they are completely unrelated
|
||||
id_verification,
|
||||
id_booking,
|
||||
id_user as id_user_partner,
|
||||
id_listing as id_accommodation,
|
||||
version, -- V1 for Guesty and V2 for E-deposit
|
||||
id_user_partner,
|
||||
id_accommodation,
|
||||
version,
|
||||
case
|
||||
when version = 'V1' then 'Guesty' when version = 'V2' then 'Edeposit' else null
|
||||
end as verification_source,
|
||||
|
|
@ -40,8 +40,6 @@ select
|
|||
listing_country,
|
||||
listing_postcode,
|
||||
pets_allowed,
|
||||
level_of_protection_amount,
|
||||
level_of_protection_currency,
|
||||
status_updated_at_utc,
|
||||
cast(status_updated_at_utc as date) as status_updated_date_utc,
|
||||
updated_at_utc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue