fix: refs #7323 drop acl
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-09-17 16:08:51 +02:00
parent eb430ea5c4
commit 75b7e603c9
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DELETE FROM salix.ACL
WHERE model = 'WorkerLog'
AND property = '*';