start integrating cimar
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 5.1.4 on 2025-02-10 13:46
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('generic', '0021_userprofile_cimar_sid'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='CimarCase',
|
||||
fields=[
|
||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||
('uuid', models.CharField(max_length=255, unique=True)),
|
||||
('viewer_link', models.URLField(blank=True)),
|
||||
('study_details', models.JSONField(blank=True)),
|
||||
],
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user