From 7ca34692c9fac2b1ebd88fdd2987c258998b2b82 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 22 Jun 2021 11:46:05 +0200 Subject: [PATCH] backports murph-skeleton --- core/Entity/FileInformation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Entity/FileInformation.php b/core/Entity/FileInformation.php index 2a2db7b..a93f202 100644 --- a/core/Entity/FileInformation.php +++ b/core/Entity/FileInformation.php @@ -13,7 +13,7 @@ class FileInformation implements EntityInterface /** * @ORM\Id * @ORM\GeneratedValue(strategy="NONE") - * @ORM\Column(type="string", length=128, unique=true) + * @ORM\Column(type="string", length=96, unique=true) */ protected $id;