fix: reorder new nomcom migration (#5534)
This commit is contained in:
parent
d1ae52de9b
commit
5f36905515
|
@ -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 = [
|
Loading…
Reference in a new issue