increase length of hs_office_contact.label to 96

This commit is contained in:
Michael Hoennig 2024-01-11 15:37:38 +01:00
parent 76ad26b747
commit 1299b4e20a

View File

@ -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