Skip to content

Commit 564c25b

Browse files
dklibanclaude
authored andcommitted
Fix duplicate migration number 0146
Two migrations shared the number 0146. Rename: - 0146_content_pulp_labels_gin → 0147_content_pulp_labels_gin (update dependency to 0146_repository_retain_checkpoints) - 0147_artifact_artifact_domain_size_index → 0148_artifact_artifact_domain_size_index (update dependency to 0147_content_pulp_labels_gin) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f6418ab commit 564c25b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pulpcore/app/migrations/0146_content_pulp_labels_gin.py renamed to pulpcore/app/migrations/0147_content_pulp_labels_gin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
99
atomic = False # required for CONCURRENTLY
1010

1111
dependencies = [
12-
("core", "0145_domainize_import_export"),
12+
("core", "0146_repository_retain_checkpoints"),
1313
]
1414

1515
operations = [

pulpcore/app/migrations/0147_artifact_artifact_domain_size_index.py renamed to pulpcore/app/migrations/0148_artifact_artifact_domain_size_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
88
atomic = False # required for CONCURRENTLY
99

1010
dependencies = [
11-
("core", "0146_content_pulp_labels_gin"),
11+
("core", "0147_content_pulp_labels_gin"),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)