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 dca8407 commit aca308b
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 @@ -23,5 +23,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 aca308b

Please sign in to comment.