Addressed comments

This commit is contained in:
Joaquin Ossa 2025-02-19 16:37:40 +01:00
parent c710de7117
commit b35d9b0a00
4 changed files with 11 additions and 18 deletions

View file

@ -5,7 +5,6 @@ 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,

View file

@ -1250,12 +1250,6 @@ models:
- not_null
- unique
- name: id_verification_request
data_type: bigint
description:
The identifier of the verification request. It acts as Foreign Key to
Verification Request table. It can be null.
- name: has_verification_request
data_type: boolean
description: |