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;