fix: reorder new nomcom migration (#5534)

This commit is contained in:
Robert Sparks 2023-04-25 11:59:41 -05:00 committed by GitHub
parent d1ae52de9b
commit 5f36905515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('nomcom', '0013_update_accepting_volunteers_helptext'),
('nomcom', '0001_initial'),
]
operations = [