Skip to content

Commit

Permalink
fix: Make migration 0047 reversible
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 15, 2023
1 parent c2a2905 commit 4161be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/common/migrations/0047_school_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Migration(migrations.Migration):
model_name="school",
name="postcode",
),
migrations.RunPython(code=unique_school_names),
migrations.RunPython(code=unique_school_names, reverse_code=migrations.RunPython.noop),
migrations.AlterField(
model_name="school",
name="name",
Expand Down

0 comments on commit 4161be3

Please sign in to comment.