start adding uncat dicom
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.1.4 on 2023-08-14 09:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('longs', '0006_longseriesimage_dicom_tags_ohif'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='longseriesimage',
|
||||
name='image_md5_hash',
|
||||
field=models.CharField(blank=True, max_length=32, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='longseriesimage',
|
||||
name='is_dicom',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user