This commit is contained in:
Ross
2022-05-18 17:55:48 +01:00
parent 40e7ff29bf
commit 72cf7b0c3e
6 changed files with 42 additions and 3 deletions
+2
View File
@@ -501,6 +501,8 @@ class RapidImage(models.Model):
feedback_image = models.BooleanField(default=False)
filename = models.CharField(max_length=255, null=True, blank=True, help_text="Name of the original file when uploaded")
description = models.CharField(max_length=255, null=True, blank=True)
image_md5_hash = models.CharField(max_length=32, null=True, blank=True)