Added has_verification_request
This commit is contained in:
parent
361342af98
commit
c710de7117
4 changed files with 27 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ with
|
|||
|
||||
select
|
||||
b.id_booking as id_booking,
|
||||
b.id_verification_request as id_verification_request,
|
||||
b.has_verification_request as has_verification_request,
|
||||
b.id_deal as id_deal,
|
||||
d.main_deal_name as main_deal_name,
|
||||
hd.deal_name as hubspot_deal_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue