Tweaked the migration order.

- Legacy-Id: 15572
This commit is contained in:
Henrik Levkowetz 2018-10-15 05:24:25 +00:00
parent 888a39b3aa
commit 30c72d3978

View file

@ -21,6 +21,7 @@ class Migration(migrations.Migration):
dependencies = [
('meeting', '0009_add_agenda_info_note'),
('person', '0008_auto_20181014_1448'),
]
operations = [