.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Generated by Django 4.1.4 on 2023-12-18 18:34
|
||||
|
||||
import atlas.models
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('atlas', '0033_alter_seriesimage_image'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='uncategoriseddicom',
|
||||
name='basic_dicom_tags',
|
||||
field=models.JSONField(null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='seriesimage',
|
||||
name='image',
|
||||
field=models.FileField(null=True, upload_to=atlas.models.image_directory_path),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user