Project

General

Profile

task #6879

Updated by Andreas Müller over 6 years ago

A new default permission group "Admin" exists since 4.10 (#6856). 4.10. We need to update all existing "admin" groups to use the same uuid and same case. 

 ~~~ sql 
 UPDATE PermissionGroup 
 SET uuid='1739df71-bf73-4dc6-8320-aaaf72cb555f', name='Admin'  
 WHERE    name='admin' or name='Admin' 
 ~~~ 

Back