add tests

This commit is contained in:
Pablo Martin 2024-06-10 16:23:45 +02:00
parent 723bbf1ebe
commit 2ea2817627

View file

@ -124,3 +124,12 @@ models:
description: |
The amount for which the guest user is covered if he faces problems
during check-in.
- name: int_core__unified_user
columns:
- name: id_user
data_type: character varying
description: The unique ID for the user.
tests:
- not_null
- unique