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
1 changed files with 1 additions and 1 deletions

View File

@ -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;