Renamed and adjusted a migration to avoid multiple migration leaf nodes.
- Legacy-Id: 18101
This commit is contained in:
parent
6170ebd64a
commit
12fc334279
|
@ -19,7 +19,7 @@ def reverse(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('group', '0030_populate_default_used_roles'),
|
||||
('group', '0031_allow_blank_used_roles'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue