chore: reorder migrations (#6325)
This commit is contained in:
parent
621528ad03
commit
4811374014
|
@ -44,7 +44,7 @@ def reverse(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("community", "0002_auto_20230320_1222"),
|
||||
("doc", "0012_move_rfc_docaliases"),
|
||||
("doc", "0013_move_rfc_docaliases"),
|
||||
]
|
||||
|
||||
operations = [migrations.RunPython(forward, reverse)]
|
||||
|
|
|
@ -15,7 +15,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0006_statements"),
|
||||
("doc", "0007_alter_docevent_type"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -5,7 +5,7 @@ from django.db import migrations, models
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0007_add_rfc_states"),
|
||||
("doc", "0008_add_rfc_states"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -70,8 +70,8 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0008_dochistory_rfc_number_document_rfc_number"),
|
||||
("name", "0008_rfc_doctype_names"),
|
||||
("doc", "0009_dochistory_rfc_number_document_rfc_number"),
|
||||
("name", "0009_rfc_doctype_names"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -80,7 +80,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0009_create_rfc_documents"),
|
||||
("doc", "0010_create_rfc_documents"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -39,7 +39,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0010_move_rfc_docevents"),
|
||||
("doc", "0011_move_rfc_docevents"),
|
||||
]
|
||||
|
||||
operations = [migrations.RunPython(forward)]
|
|
@ -30,7 +30,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0011_rfc_relateddocuments"),
|
||||
("doc", "0012_rfc_relateddocuments"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -16,7 +16,7 @@ def reverse(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0012_move_rfc_docaliases"),
|
||||
("doc", "0013_move_rfc_docaliases"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -16,7 +16,7 @@ def reverse(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0013_relate_no_aliases"),
|
||||
("doc", "0014_relate_no_aliases"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -6,7 +6,7 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("ipr", "0002_iprdocrel_no_aliases"),
|
||||
("doc", "0014_relate_hist_no_aliases"),
|
||||
("doc", "0015_relate_hist_no_aliases"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -27,7 +27,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0015_delete_docalias"),
|
||||
("doc", "0016_delete_docalias"),
|
||||
]
|
||||
|
||||
# There is no going back
|
|
@ -19,7 +19,7 @@ def reverse(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("ipr", "0001_initial"),
|
||||
("doc", "0014_relate_hist_no_aliases")
|
||||
("doc", "0015_relate_hist_no_aliases")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
@ -5,7 +5,7 @@ from django.db import migrations, models
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0015_delete_docalias"),
|
||||
("doc", "0016_delete_docalias"),
|
||||
("ipr", "0002_iprdocrel_no_aliases"),
|
||||
]
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("name", "0007_appeal_artifact_typename"),
|
||||
("name", "0008_removed_objfalse"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue