Skip to content

Commit

Permalink
Fix 0047_populate_permitarea_allowed_users migration (HPH-36) (#277)
Browse files Browse the repository at this point in the history
Fix the function name to run when executing the migration (in forward
direction).
  • Loading branch information
suutari-ai authored Nov 24, 2023
2 parents d90797f + 141caf8 commit 093cbe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Migration(migrations.Migration):

operations = [
migrations.RunPython(
populate_permitted_user_from_allowed_users,
populate_allowed_users_from_permitted_user,
populate_permitted_user_from_allowed_users,
),
]

0 comments on commit 093cbe2

Please sign in to comment.