Tweaked migration ordering.
- Legacy-Id: 15323
This commit is contained in:
parent
8783fb11ab
commit
321af9f26b
|
@ -47,6 +47,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('name', '0002_agendatypename'),
|
('name', '0002_agendatypename'),
|
||||||
|
('group', '0002_groupfeatures_historicalgroupfeatures'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Reference in a new issue