feat: refs #6243 update ACL
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-06-07 11:52:24 +02:00
parent 96a3a2e69b
commit 521f3f1446
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
UPDATE salix.ACL
SET property = 'cmrs'
WHERE property = 'getExternalCmrs'
AND model = 'Route';