Skip to content

Commit

Permalink
Merge pull request #496 from elixir-luxembourg/bugfix-correct-migrati…
Browse files Browse the repository at this point in the history
…on-file

Renaming core migration and fixing its dependency
  • Loading branch information
Fancien authored Dec 11, 2023
2 parents 56729dd + 61fb8a8 commit de64e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def restriction_class_code_to_old(apps, schema_editor):
apply_code_map(use_class_objects, field="code", reverse=True)

dependencies = [
("core", "0034_auto_20230515_1353"),
("core", "0035_auto_20231108_1041"),
]

operations = [
Expand Down

0 comments on commit de64e17

Please sign in to comment.