Fixed a migration issue.
- Legacy-Id: 15319
This commit is contained in:
parent
d6565f0450
commit
eaca9cee5e
|
@ -46,7 +46,7 @@ def reverse(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('name', '0001_initial'),
|
||||
('name', '0002_agendatypename'),
|
||||
('group', '0002_groupfeatures_historicalgroupfeatures'),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue