Skip to content

Commit 4669217

Browse files
committed
chore: reorder migrations
1 parent 6e502fa commit 4669217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/mailtrigger/migrations/0003_rfc_recipients.py renamed to ietf/mailtrigger/migrations/0004_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", "0002_slidesubmitter"),
22+
("mailtrigger", "0003_ballot_approved_charter"),
2323
]
2424

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

0 commit comments

Comments
 (0)