Skip to content

Commit

Permalink
Fix migration deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Sep 3, 2024
1 parent 1786ca1 commit 45a2d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mtasks/migrations/0003_auth_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ class Migration(migrations.Migration):
"""

dependencies = [
('contenttypes', '__latest__'),
('auth', '__latest__'),
('mtasks', '0002_alter_task_options'),
]

Expand Down

0 comments on commit 45a2d01

Please sign in to comment.