Skip to content

Commit dea0c5b

Browse files
committed
fix: update migration dependency
1 parent de8d7dd commit dea0c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ami/taxa/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
88
initial = True
99

1010
dependencies = [
11-
("main", "0037_alter_sourceimageupload_deployment"),
11+
("main", "0036_event_calculated_fields_updated_at_and_more"),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)