chore: reorder migrations
This commit is contained in:
parent
03e161bae9
commit
402186477f
|
@ -71,7 +71,7 @@ def forward(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("doc", "0010_dochistory_rfc_number_document_rfc_number"),
|
||||
("name", "0009_rfc_doctype_names"),
|
||||
("name", "0010_rfc_doctype_names"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
@ -22,7 +22,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("name", "0008_removed_objfalse"),
|
||||
("name", "0009_iabworkshops"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -32,7 +32,7 @@ def reverse(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("name", "0009_rfc_doctype_names"),
|
||||
("name", "0010_rfc_doctype_names"),
|
||||
]
|
||||
|
||||
operations = [migrations.RunPython(forward, reverse)]
|
|
@ -21,7 +21,7 @@ def markdown_names(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("name", "0010_subseries"),
|
||||
("name", "0011_subseries"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue