From 1299b4e20aa76ad92f51c1490cc6e94faaf16454 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Thu, 11 Jan 2024 15:37:38 +0100 Subject: [PATCH] increase length of hs_office_contact.label to 96 --- src/main/resources/db/changelog/200-hs-office-contact.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/changelog/200-hs-office-contact.sql b/src/main/resources/db/changelog/200-hs-office-contact.sql index 4bbf0bee..9b67db1b 100644 --- a/src/main/resources/db/changelog/200-hs-office-contact.sql +++ b/src/main/resources/db/changelog/200-hs-office-contact.sql @@ -7,7 +7,7 @@ create table if not exists hs_office_contact ( uuid uuid unique references RbacObject (uuid) initially deferred, - label varchar(96) not null, + label varchar(128) not null, postalAddress text, emailAddresses text, -- TODO.feat: change to json phoneNumbers text -- TODO.feat: change to json