diff --git a/src/main/resources/db/changelog/1-rbac/1080-rbac-global.sql b/src/main/resources/db/changelog/1-rbac/1080-rbac-global.sql index 66e16a1a..5c28857b 100644 --- a/src/main/resources/db/changelog/1-rbac/1080-rbac-global.sql +++ b/src/main/resources/db/changelog/1-rbac/1080-rbac-global.sql @@ -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