Skip to content

Commit

Permalink
Fix migration (#11964)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored Jan 30, 2025
1 parent f041c62 commit 2e65033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Migration(migrations.Migration):
safe = Safe.after_deploy

dependencies = [
("projects", "0143_addons_flyout_position"),
("projects", "0144_addons_blank_field"),
]

operations = [
Expand Down

0 comments on commit 2e65033

Please sign in to comment.