This commit is contained in:
parent
0912bd40f3
commit
fa87757d0f
|
@ -12,5 +12,3 @@ INSERT INTO `account`.`roleInherit` (role, inheritsFrom)
|
|||
SELECT (SELECT id FROM account.role WHERE name = 'deliveryBoss') role,
|
||||
(SELECT id FROM account.role WHERE name = 'deliveryAssistant') roleInherit;
|
||||
|
||||
|
||||
CALL account.role_syncPrivileges();
|
||||
|
|
Loading…
Reference in New Issue