Skip to content

Commit

Permalink
Merge pull request #3027 from digitalfabrik/fix_migrations
Browse files Browse the repository at this point in the history
Fix migration
  • Loading branch information
MizukiTemma authored Aug 28, 2024
2 parents bf6a2c3 + 709ceee commit 5da1c1a
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):
"""

dependencies = [
("cms", "0097_alter_pushnotificationtranslation_text"),
("cms", "0098_add_contact"),
]

operations = [
Expand Down

0 comments on commit 5da1c1a

Please sign in to comment.