From 270aafca1b5551a42f6458cdc54502b4e7ca0406 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 22 Jun 2021 12:37:16 +0200 Subject: [PATCH] update the length of FileInformation id --- 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..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=255, unique=true) + * @ORM\Column(type="string", length=96, unique=true) */ protected $id;