migrate hosting-assets into external db #158

Merged
hsh-michaelhoennig merged 8 commits from bugfix/hosting-assets-import-into-external-db into master 2025-02-17 09:41:04 +01:00
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};
--//