Skip to content

Commit

Permalink
Add reverse_code to DB migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Jan 10, 2025
1 parent b8722dd commit 34ab36a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(copy_notif_field),
migrations.RunPython(copy_notif_field, reverse_code=migrations.RunPython.noop),
]

0 comments on commit 34ab36a

Please sign in to comment.