update the length of FileInformation id

This commit is contained in:
Simon Vieille 2021-06-22 12:37:16 +02:00
parent 26f68a659a
commit 270aafca1b

View file

@ -13,7 +13,7 @@ class FileInformation implements EntityInterface
/** /**
* @ORM\Id * @ORM\Id
* @ORM\GeneratedValue(strategy="NONE") * @ORM\GeneratedValue(strategy="NONE")
* @ORM\Column(type="string", length=255, unique=true) * @ORM\Column(type="string", length=96, unique=true)
*/ */
protected $id; protected $id;