Skip to content

Commit

Permalink
Renaming my topic update migration from 0006 to 0007 (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel authored Aug 1, 2024
1 parent b28b56a commit d68028d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Migration(migrations.Migration):
"""Perform the migration."""

dependencies = [
("data_fixtures", "0005_unit_page_copy_updates"),
("data_fixtures", "0006_update_parent_topic_channel_descriptions"),
]

operations = [migrations.RunPython(add_new_mapping, rollback_new_mapping)]

0 comments on commit d68028d

Please sign in to comment.