# Generated by Django 3.2.6 on 2021-08-20 09:09 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('rapids', '0029_rapidimage_image_annotations'), ] operations = [ migrations.AlterField( model_name='rapidimage', name='image_annotations', field=models.TextField(blank=True, help_text='Stores a JSON representation of annotations to be applied by cornerstonetools', null=True), ), ]