Skip to content

Commit d55764c

Browse files
kdmccormickclaude
andcommitted
fix(squash): renumber migration 0007->0008 after upstream/main rebase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b7b9a4a commit d55764c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openedx_content/migrations/0007_rename_collection_key_to_collection_code.py renamed to src/openedx_content/migrations/0008_rename_collection_key_to_collection_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class Migration(migrations.Migration):
1515

1616
dependencies = [
17-
('openedx_content', '0006_typed_ids'),
17+
('openedx_content', '0007_publishlogrecord_direct'),
1818
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
1919
]
2020

0 commit comments

Comments
 (0)