Skip to content

Commit

Permalink
fix: update migration dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Sep 4, 2024
1 parent de8d7dd commit dea0c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ami/taxa/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
("main", "0037_alter_sourceimageupload_deployment"),
("main", "0036_event_calculated_fields_updated_at_and_more"),
]

operations = [
Expand Down

0 comments on commit dea0c5b

Please sign in to comment.