Fix naming for migration

This commit is contained in:
Rebecca Hsieh 2023-10-20 10:19:57 -07:00
parent 8e753796ec
commit 070631b216
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -25,7 +25,7 @@ def create_groups(apps, schema_editor) -> Any:
class Migration(migrations.Migration):
dependencies = [
("registrar", "0040_alter_user_domainrole_role"),
("registrar", "0040_alter_userdomainrole_role"),
]
operations = [