Skip to content

Commit 8e3e590

Browse files
committed
chore: reorder migrations
1 parent 28c3e1b commit 8e3e590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/mailtrigger/migrations/0004_rfc_recipients.py renamed to ietf/mailtrigger/migrations/0005_rfc_recipients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def reverse(apps, schema_editor):
1919

2020
class Migration(migrations.Migration):
2121
dependencies = [
22-
("mailtrigger", "0003_ballot_approved_charter"),
22+
("mailtrigger", "0004_slides_approved"),
2323
]
2424

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

0 commit comments

Comments
 (0)