Skip to content

Commit

Permalink
manage migration rollback
Browse files Browse the repository at this point in the history
Co-authored-by: leo-naeka <[email protected]>
  • Loading branch information
vincentporte and leo-naeka committed Nov 26, 2024
1 parent cac71bb commit 84bb589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lacommunaute/users/migrations/0005_run_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(cleanup_email_in_username),
migrations.RunPython(cleanup_email_in_username, migrations.RunPython.noop),
]

elidable = True

0 comments on commit 84bb589

Please sign in to comment.