Skip to content

Commit d8d5a80

Browse files
committed
Update migrations after merge
1 parent 867c5ed commit d8d5a80

3 files changed

Lines changed: 3 additions & 3 deletions

app/grandchallenge/challenges/migrations/0058_challengerequest_algorithm_maximum_settable_memory_gb_for_tasks_and_more.py renamed to app/grandchallenge/challenges/migrations/0059_challengerequest_algorithm_maximum_settable_memory_gb_for_tasks_and_more.py

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

1010
dependencies = [
11-
("challenges", "0057_remove_challenge_forum"),
11+
("challenges", "0058_alter_challenge_educational"),
1212
]
1313

1414
operations = [

app/grandchallenge/challenges/migrations/0059_auto_20250820_1420.py renamed to app/grandchallenge/challenges/migrations/0060_auto_20250820_1420.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Migration(migrations.Migration):
5252
dependencies = [
5353
(
5454
"challenges",
55-
"0058_challengerequest_algorithm_maximum_settable_memory_gb_for_tasks_and_more",
55+
"0059_challengerequest_algorithm_maximum_settable_memory_gb_for_tasks_and_more",
5656
),
5757
]
5858

app/grandchallenge/challenges/migrations/0060_alter_challengerequest_algorithm_maximum_settable_memory_gb_and_more.py renamed to app/grandchallenge/challenges/migrations/0061_alter_challengerequest_algorithm_maximum_settable_memory_gb_and_more.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Migration(migrations.Migration):
1111

1212
dependencies = [
13-
("challenges", "0059_auto_20250820_1420"),
13+
("challenges", "0060_auto_20250820_1420"),
1414
]
1515

1616
operations = [

0 commit comments

Comments
 (0)