From 796dd220a688fd6edca5a1a10ee8c8e2f698907f Mon Sep 17 00:00:00 2001 From: rbuisson Date: Tue, 18 Feb 2025 09:37:45 +0100 Subject: [PATCH] Hardcode Email person attribute type UUID --- api/src/main/resources/liquibase.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/resources/liquibase.xml b/api/src/main/resources/liquibase.xml index 690d1db6..52a33b44 100644 --- a/api/src/main/resources/liquibase.xml +++ b/api/src/main/resources/liquibase.xml @@ -645,7 +645,7 @@ Add email address in registration page - INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, uuid) VALUES ('email', 'Email Address', 'java.lang.String', '1', 1, now(), 0, uuid()); + INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, uuid) VALUES ('email', 'Email Address', 'java.lang.String', '1', 1, now(), 0, '770943ca-b8bb-4f5d-9cdc-48beff86f62b');