fix loba -> global again

This commit is contained in:
Michael Hoennig 2024-04-02 12:19:29 +02:00
parent 9d078da7f5
commit 9bc5428a9b

View File

@ -139,7 +139,7 @@ select 'global', (select uuid from RbacObject where objectTable = 'global'), 'GU
$$;
begin transaction;
call defineContext('creating role:global#loba:guest', null, null, null);
call defineContext('creating role:global#global:guest', null, null, null);
select createRole(globalGuest());
commit;
--//