Introduce application/migrations permission

This commit is contained in:
Yonas Habteab 2023-07-24 13:47:44 +02:00 committed by Johannes Meyer
parent faaebaeffb
commit a9db85ed71

@ -581,6 +581,9 @@ class RoleForm extends RepositoryForm
],
'application/sessions' => [
'description' => t('Allow to manage user sessions')
],
'application/migrations' => [
'description' => t('Allow to apply pending application migrations')
]
];