refs #5560 sql fix
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-09-18 08:56:25 +02:00
parent 0912bd40f3
commit fa87757d0f
1 changed files with 0 additions and 2 deletions

View File

@ -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();