Skip to content

Commit 4fa4316

Browse files
committed
Renumbered some migrations to avoid multiple leaf nodes.
- Legacy-Id: 18169
1 parent 4b10744 commit 4fa4316

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/doc/migrations/0032_populate_auth48_urls.py renamed to ietf/doc/migrations/0033_populate_auth48_urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def reverse(apps, schema_editor):
5858

5959
class Migration(migrations.Migration):
6060
dependencies = [
61-
('doc', '0031_set_state_for_charters_of_replaced_groups'),
62-
('name', '0012_add_auth48_docurltagname'),
61+
('doc', '0032_auto_20200624_1332'),
62+
('name', '0013_add_auth48_docurltagname'),
6363
]
6464

6565
operations = [

ietf/name/migrations/0012_add_auth48_docurltagname.py renamed to ietf/name/migrations/0013_add_auth48_docurltagname.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def reverse(apps, schema_editor):
2020
class Migration(migrations.Migration):
2121
"""Add DocUrlTagName entry for RFC Ed Auth48 URL"""
2222
dependencies = [
23-
('name', '0011_constraintname_editor_label'),
23+
('name', '0012_role_name_robots'),
2424
]
2525

2626
operations = [

0 commit comments

Comments
 (0)