Merged PR 2005: Replace Guest Details in CheckIn Cover models with details coming from User table

Fixes https://guardhog.visualstudio.com/Data/_boards/board/t/Data%20Team/Stories/?workitem=17240

Related work items: #17240
This commit is contained in:
Pablo Martín 2024-06-10 15:30:26 +00:00 committed by Oriol Roqué Paniagua
parent d18b47f597
commit 366aa7d1ac
3 changed files with 19 additions and 4 deletions

View file

@ -133,3 +133,13 @@ models:
tests:
- not_null
- unique
- name: int_core__vr_check_in_cover
columns:
- name: id_verification_request
data_type: character varying
description: The unique ID for the verification request.
tests:
- not_null
- unique