Skip to content

Commit

Permalink
fix: 402 - fix migration graph (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim738745 authored Nov 26, 2024
1 parent 49c589a commit 7a6fda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('api', '0038_addregions'),
('api', '0039_auto_20241031_2123'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def add_datasets_and_file_requirements(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
("api", "0039_filerequirements"),
("api", "0040_filerequirements"),
]

operations = [
Expand Down

0 comments on commit 7a6fda7

Please sign in to comment.