Skip to content

Commit

Permalink
chore: Renumber migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Aug 4, 2023
1 parent 48d4072 commit 2d46a97
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ietf/community/migrations/0003_track_rfcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def reverse(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("community", "0002_auto_20230320_1222"),
("doc", "0010_move_rfc_docaliases"),
("doc", "0012_move_rfc_docaliases"),
]

operations = [migrations.RunPython(forward, reverse)]
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0004_alter_dochistory_ad_alter_dochistory_shepherd_and_more"),
("doc", "0006_statements"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("doc", "0005_add_rfc_states"),
("doc", "0007_add_rfc_states"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0006_dochistory_rfc_number_document_rfc_number"),
("name", "0004_rfc_doctype_names"),
("doc", "0008_dochistory_rfc_number_document_rfc_number"),
("name", "0005_rfc_doctype_names"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0007_create_rfc_documents"),
("doc", "0009_create_rfc_documents"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0008_move_rfc_docevents"),
("doc", "0010_move_rfc_docevents"),
]

operations = [migrations.RunPython(forward)]
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0009_rfc_relateddocuments"),
("doc", "0011_rfc_relateddocuments"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def reverse(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0010_move_rfc_docaliases"),
("doc", "0012_move_rfc_docaliases"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def reverse(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0011_relate_no_aliases"),
("doc", "0013_relate_no_aliases"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("name", "0003_populate_telechatagendasectionname"),
("name", "0004_statements"),
]

operations = [
Expand Down

0 comments on commit 2d46a97

Please sign in to comment.