Add domain invitation permissions to analyst

This commit is contained in:
Erin 2023-10-11 11:59:52 -07:00
parent 1550fde832
commit de87f0c773
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
4 changed files with 47 additions and 3 deletions

View file

@ -13,7 +13,8 @@ For more details, refer to the [user group model](../../src/registrar/models/use
We can edit and deploy new group permissions by:
1. editing `user_group` then:
1. Editing `user_group` then:
2. Duplicating migration `0036_create_groups_01`
and running migrations (append the name with a version number
to help django detect the migration eg 0037_create_groups_02)
to help django detect the migration eg 0037_create_groups_02)
3. Making sure to update the dependency on the new migration with the previous migration