Skip to content

Commit 4ea00ab

Browse files
committed
resolve migration
1 parent e426814 commit 4ea00ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/shared/shared/mapping/migrations/0010_scanreport_upload_status_details.py renamed to app/shared/shared/mapping/migrations/0011_scanreport_upload_status_details.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated by Django 5.2.1 on 2025-06-27 07:57
1+
# Generated by Django 5.2.1 on 2025-06-30 08:12
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("mapping", "0009_delete_classificationsystem_delete_nlpmodel_and_more"),
9+
('mapping', '0010_scanreportconcept_confidence_and_more'),
1010
]
1111

1212
operations = [
1313
migrations.AddField(
14-
model_name="scanreport",
15-
name="upload_status_details",
14+
model_name='scanreport',
15+
name='upload_status_details',
1616
field=models.TextField(blank=True, null=True),
1717
),
1818
]

0 commit comments

Comments
 (0)