Skip to content

Commit

Permalink
fix: Fix broken migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 12, 2024
1 parent 1e3ecb2 commit 6faa741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
('viewer', '0028_auto_20240108_1114'),
('viewer', '0029_target_display_name'),
]

operations = [
Expand Down

0 comments on commit 6faa741

Please sign in to comment.