Skip to content

Commit

Permalink
OM-70: add operation in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Nov 6, 2023
1 parent a3ef9dc commit dd8b34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions msystems/migrations/0003_add_search_policyholders_perms.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(on_migration, on_reverse_migration),
]
1 change: 1 addition & 0 deletions msystems/migrations/0004_add_modal_right.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(on_migration, on_reverse_migration),
]

0 comments on commit dd8b34e

Please sign in to comment.