refs #5660 call and insert

This commit is contained in:
Carlos Satorres 2023-09-18 12:24:26 +02:00
parent cfd080530a
commit 63068ddfb8
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ INSERT INTO `account`.`roleInherit` (role, inheritsFrom)
SELECT (SELECT id FROM account.role WHERE name = 'deliveryBoss') role, SELECT (SELECT id FROM account.role WHERE name = 'deliveryBoss') role,
(SELECT id FROM account.role WHERE name = 'deliveryAssistant') roleInherit; (SELECT id FROM account.role WHERE name = 'deliveryAssistant') roleInherit;
CALL account.role_syncPrivileges();