diff --git a/models/reporting/core/schema.yaml b/models/reporting/core/schema.yaml index 5ca583c..d35834f 100644 --- a/models/reporting/core/schema.yaml +++ b/models/reporting/core/schema.yaml @@ -407,7 +407,7 @@ models: - name: id_user_host data_type: character varying - description: Unique, incremental, internal ID for the guest user. + description: Unique, incremental, internal ID for the host user. - name: is_verification_request_complete data_type: boolean @@ -477,27 +477,27 @@ models: - name: link_used_at_utc data_type: timestamp without time zone description: - -->The date and time at which the guest used the link for the verification. + The date and time at which the guest used the link for the verification. - name: link_used_date_utc data_type: date description: - -->The date on which the guest used the link for the verification. + The date on which the guest used the link for the verification. - name: expire_at_utc data_type: timestamp without time zone description: - -->The date and time at which the link for the verification expires. + The date and time at which the link for the verification expires. - name: expire_date_utc data_type: date description: - -->The date on which the link for the verification expires. + The date on which the link for the verification expires. - name: is_deleted data_type: boolean description: | - -->True if the link for verification expired before finishing the + True if the link for verification expired before finishing the verification. - name: redirect_name @@ -519,18 +519,17 @@ models: - name: rejection_reason data_type: character varying description: - -->Reason as to why the guest was rejected. + Reason as to why the guest was rejected. - name: has_switched_to_mobile data_type: boolean description: | - -->True if the guest changed has switched to mobile + True if the guest changed has switched to mobile during the verification process. - name: is_verifier_rejected data_type: boolean - description: | - -->True if the guest is rejected after verifications. + description: "" - name: config data_type: character varying @@ -543,24 +542,22 @@ models: - name: created_at_utc data_type: timestamp without time zone description: - -->The date and time at which the verification process was created. + The date and time at which the verification process was created. - name: created_date_utc data_type: date description: - -->The date on which the verification process was created. + The date on which the verification process was created. - name: updated_at_utc data_type: timestamp without time zone description: - -->The date and time at which the last update of the - process happened. + The date and time at which the last update on the entry happened. - name: updated_date_utc data_type: date description: - -->The date on which the last update of the - process happened. + The date on which the last update on the entry happened. - name: dwh_extracted_at_utc data_type: timestamp with time zone