Update naming of migrations

This commit is contained in:
Rebecca Hsieh 2024-03-25 12:15:19 -07:00
parent 69bb18a6a6
commit 8b2beba879
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# This migration creates the create_full_access_group and create_cisa_analyst_group groups # This migration creates the create_full_access_group and create_cisa_analyst_group groups
# It is dependent on 0079 (which populates ContentType and Permissions) # It is dependent on 0079 (which populates federal agencies)
# If permissions on the groups need changing, edit CISA_ANALYST_GROUP_PERMISSIONS # If permissions on the groups need changing, edit CISA_ANALYST_GROUP_PERMISSIONS
# in the user_group model then: # in the user_group model then:
# [NOT RECOMMENDED] # [NOT RECOMMENDED]
@ -25,7 +25,7 @@ def create_groups(apps, schema_editor) -> Any:
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("registrar", "0079_federalagency"), ("registrar", "0079_federalagency_v01"),
] ]
operations = [ operations = [