Skip to content

Commit 6c39df5

Browse files
committed
Update migration after merge
1 parent 4b51ebe commit 6c39df5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/grandchallenge/cases/migrations/0021_dicomimagesetupload_task_on_success.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 4.2.25 on 2025-10-09 13:33
1+
# Generated by Django 4.2.25 on 2025-10-09 14:01
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("cases", "0019_alter_dicomimagesetupload_user_uploads"),
9+
("cases", "0020_remove_dicomimageset_image_frame_ids_and_more"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)