start migration to dv3d
This commit is contained in:
@@ -1998,6 +1998,9 @@ class FindingBase(models.Model):
|
||||
# This has been migrated to install the image id (not index)
|
||||
current_image_id_index = models.TextField(null=True, blank=True)
|
||||
|
||||
annotation_json_3d = models.JSONField(default=dict)
|
||||
viewer_state_3d = models.JSONField(default=dict)
|
||||
|
||||
# TODO add tags
|
||||
# tags = models.ManyToManyField(Tag, blank=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user