refs #5660 fix sql
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-09-19 11:02:12 +02:00
parent b6e0b6ac8a
commit 9524ff6932
1 changed files with 1 additions and 1 deletions

View File

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