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
1 changed files with 3 additions and 0 deletions

View File

@ -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')
]
];