From 1332eda5f37b63356ac22f911b3485321848e157 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 22 Jun 2021 11:44:42 +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 13b290f..2a2db7b 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=255, unique=true) + * @ORM\Column(type="string", length=128, unique=true) */ protected $id;