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 873b620991 - Show all commits

View File

@ -11,7 +11,7 @@
In production databases, there is only a single row in this table,
in test stages, there can be one row for each test data realm.
*/
create table rbac.global
create table if not exists rbac.global
(
uuid uuid primary key references rbac.object (uuid) on delete cascade,
name varchar(63) unique