WIP: add scenario test for deceased partner with community-of-heirs #159

Draft
hsh-michaelhoennig wants to merge 41 commits from feature/add-scenario-test-for-deceased-partner-with-community-of-heirs into master
Showing only changes of commit f8c1b2eac7 - Show all commits

View File

@ -16,7 +16,7 @@ create table if not exists rbac.global
uuid uuid primary key references rbac.object (uuid) on delete cascade,
name varchar(63) unique
);
create unique index Global_Singleton on rbac.global ((0));
create unique index if not exists Global_Singleton on rbac.global ((0));
grant select on rbac.global to ${HSADMINNG_POSTGRES_RESTRICTED_USERNAME};
--//