.
This commit is contained in:
+1
-1
@@ -437,7 +437,7 @@ class RapidImage(models.Model):
|
||||
|
||||
feedback_image = models.BooleanField(default=False)
|
||||
|
||||
image_md5_hash = models.CharField(max_length=32, null=True)
|
||||
image_md5_hash = models.CharField(max_length=32, null=True, blank=True)
|
||||
|
||||
is_dicom = models.BooleanField(default=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user