Skip to content

Commit 4021864

Browse files
committed
chore: reorder migrations
1 parent 03e161b commit 4021864

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/doc/migrations/0011_create_rfc_documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def forward(apps, schema_editor):
7171
class Migration(migrations.Migration):
7272
dependencies = [
7373
("doc", "0010_dochistory_rfc_number_document_rfc_number"),
74-
("name", "0009_rfc_doctype_names"),
74+
("name", "0010_rfc_doctype_names"),
7575
]
7676

7777
operations = [

ietf/name/migrations/0009_rfc_doctype_names.py renamed to ietf/name/migrations/0010_rfc_doctype_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def forward(apps, schema_editor):
2222

2323
class Migration(migrations.Migration):
2424
dependencies = [
25-
("name", "0008_removed_objfalse"),
25+
("name", "0009_iabworkshops"),
2626
]
2727

2828
operations = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def reverse(apps, schema_editor):
3232

3333
class Migration(migrations.Migration):
3434
dependencies = [
35-
("name", "0009_rfc_doctype_names"),
35+
("name", "0010_rfc_doctype_names"),
3636
]
3737

3838
operations = [migrations.RunPython(forward, reverse)]

ietf/name/migrations/0011_adjust_important_dates.py renamed to ietf/name/migrations/0012_adjust_important_dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def markdown_names(apps, schema_editor):
2121

2222
class Migration(migrations.Migration):
2323
dependencies = [
24-
("name", "0010_subseries"),
24+
("name", "0011_subseries"),
2525
]
2626

2727
operations = [

0 commit comments

Comments
 (0)