Skip to content

Commit 0b32ccf

Browse files
kdmccormickclaude
andcommitted
fix(squash): renumber migration after component squash
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 926cc81 commit 0b32ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openedx_content/migrations/0012_add_container_code.py renamed to src/openedx_content/migrations/0010_add_container_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def backfill_container_code(apps, schema_editor):
2525
class Migration(migrations.Migration):
2626

2727
dependencies = [
28-
("openedx_content", "0011_add_component_code_regex_validation"),
28+
("openedx_content", "0009_rename_component_local_key_to_component_code"),
2929
]
3030

3131
operations = [

0 commit comments

Comments
 (0)