Renumbered some migrations to avoid multiple leaf nodes.
- Legacy-Id: 18169
This commit is contained in:
parent
4b1074483a
commit
4fa431651c
|
@ -58,8 +58,8 @@ def reverse(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('doc', '0031_set_state_for_charters_of_replaced_groups'),
|
||||
('name', '0012_add_auth48_docurltagname'),
|
||||
('doc', '0032_auto_20200624_1332'),
|
||||
('name', '0013_add_auth48_docurltagname'),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -20,7 +20,7 @@ def reverse(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
"""Add DocUrlTagName entry for RFC Ed Auth48 URL"""
|
||||
dependencies = [
|
||||
('name', '0011_constraintname_editor_label'),
|
||||
('name', '0012_role_name_robots'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue