increase length of hs_office_contact.label to 96
This commit is contained in:
parent
76ad26b747
commit
1299b4e20a
@ -7,7 +7,7 @@
|
|||||||
create table if not exists hs_office_contact
|
create table if not exists hs_office_contact
|
||||||
(
|
(
|
||||||
uuid uuid unique references RbacObject (uuid) initially deferred,
|
uuid uuid unique references RbacObject (uuid) initially deferred,
|
||||||
label varchar(96) not null,
|
label varchar(128) not null,
|
||||||
postalAddress text,
|
postalAddress text,
|
||||||
emailAddresses text, -- TODO.feat: change to json
|
emailAddresses text, -- TODO.feat: change to json
|
||||||
phoneNumbers text -- TODO.feat: change to json
|
phoneNumbers text -- TODO.feat: change to json
|
||||||
|
Loading…
Reference in New Issue
Block a user