add hs-office-membership entity+repo + fix rbac
This commit is contained in:
@ -15,7 +15,7 @@ create table if not exists hs_office_membership
|
||||
mainDebitorUuid uuid not null references hs_office_debitor(uuid),
|
||||
memberNumber numeric(5) not null,
|
||||
validity daterange not null,
|
||||
reasonForTermination HsOfficeReasonForTermination not null
|
||||
reasonForTermination HsOfficeReasonForTermination not null default 'NONE'
|
||||
);
|
||||
--//
|
||||
|
||||
|
Reference in New Issue
Block a user