Skip to content

Commit 362bbf6

Browse files
committed
fix: update migration deps
1 parent c6106f6 commit 362bbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ami/main/migrations/0067_tag_taxon_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Migration(migrations.Migration):
88
dependencies = [
9-
("main", "0066_populate_cached_occurence_fields"),
9+
("main", "0059_alter_project_options"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)