# Generated by Django 5.1.4 on 2025-06-16 12:52 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('atlas', '0070_seriesfinding_annotation_json_3d_and_more'), ] operations = [ migrations.AddField( model_name='casedetail', name='default_viewerstate', field=models.JSONField(blank=True, help_text='Default viewer state for the case', null=True), ), ]