Hi
I have a question about new roles. I imported repository from OpenKM 5.1.11 to 6.2.1
I executed the command UPDATE OKM_NODE_ROLE_PERMISSION SET NRP_ROLE=concat('ROLE_', NRP_ROLE) WHERE NRP_ROLE NOT LIKE 'ROLE_%'; - same rows affected.
Now I have ROLE_ADMIN, Role_USER, Role_UserRole, Role_AdminRole
Are all roles necessary or I may delete the old ones ? Now my users have Role_UserRole and admins Role_AdminRole.
I have a question about new roles. I imported repository from OpenKM 5.1.11 to 6.2.1
I executed the command UPDATE OKM_NODE_ROLE_PERMISSION SET NRP_ROLE=concat('ROLE_', NRP_ROLE) WHERE NRP_ROLE NOT LIKE 'ROLE_%'; - same rows affected.
Now I have ROLE_ADMIN, Role_USER, Role_UserRole, Role_AdminRole
Are all roles necessary or I may delete the old ones ? Now my users have Role_UserRole and admins Role_AdminRole.
