Skip to content

Commit

Permalink
Fix migration RunPython not running
Browse files Browse the repository at this point in the history
Small mistake in #3338.
  • Loading branch information
DeD1rk committed Sep 12, 2023
1 parent 752f473 commit 360316a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ class Migration(migrations.Migration):
"verbose_name_plural": "moneybird projects",
},
),
migrations.RunPython(create_moneybird_projects, migrations.RunPython.noop),
]

0 comments on commit 360316a

Please sign in to comment.