Merged PR 2201: Fixing errors raised by texts

Tiny PR to fix errors raised by texts
This commit is contained in:
Joaquin Ossa 2024-07-05 15:12:04 +00:00
commit 34df8a7ef9
4 changed files with 8 additions and 8 deletions

View file

@ -885,7 +885,7 @@ models:
This model is restricted to active user so it doesn't include historical data
like users that had check-in cover but are currently inactive.
columns:
- name: id_user
- name: id_user_host
data_type: character varying
description: Unique id value for the user
tests:
@ -908,7 +908,7 @@ models:
data_type: character varying
description: First name of the user
- name: email
- name: host_email
data_type: character varying
description: Email of the user