Edit typo on create_groups migration

This commit is contained in:
Erin 2024-04-03 14:49:38 -07:00
parent 4e9ab57a59
commit d0d312598d
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -1,5 +1,5 @@
# This migration creates the create_full_access_group and create_cisa_analyst_group groups
# It is dependent on 0035 (which populates ContentType and Permissions)
# It is dependent on 0036 (which populates ContentType and Permissions)
# If permissions on the groups need changing, edit CISA_ANALYST_GROUP_PERMISSIONS
# in the user_group model then:
# [NOT RECOMMENDED]