mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
refactor and clean up migrations after merging from main
This commit is contained in:
parent
8adce2f2ea
commit
39757de89b
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("auth", "0012_alter_user_first_name_max_length"),
|
||||
("registrar", "0032_alter_transitiondomain_status"),
|
||||
("registrar", "0033_alter_userdomainrole_role"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -5,7 +5,7 @@ from django.db import migrations
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0033_usergroup"),
|
||||
("registrar", "0034_usergroup"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -37,7 +37,7 @@ class Migration(migrations.Migration):
|
|||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
("contenttypes", "0002_remove_content_type_name"),
|
||||
("registrar", "0034_alter_user_options"),
|
||||
("registrar", "0035_alter_user_options"),
|
||||
]
|
||||
|
||||
operations = [migrations.RunPython(forward, backward)]
|
|
@ -22,7 +22,7 @@ def create_groups(apps, schema_editor) -> Any:
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0035_contenttypes_permissions"),
|
||||
("registrar", "0036_contenttypes_permissions"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue