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
|
|
@ -29,8 +29,8 @@ with
|
|||
select
|
||||
{{ adapter.quote("documents") }} ->> 'id' as id_verification,
|
||||
{{ adapter.quote("documents") }} ->> 'BookingId' as id_booking,
|
||||
{{ adapter.quote("documents") }} ->> 'userId' as id_user,
|
||||
{{ adapter.quote("documents") }} ->> 'ListingId' as id_listing,
|
||||
{{ adapter.quote("documents") }} ->> 'userId' as id_user_partner,
|
||||
{{ adapter.quote("documents") }} ->> 'ListingId' as id_accommodation,
|
||||
|
||||
{{ adapter.quote("documents") }} ->> 'Version' as "version",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue