backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-06-22 11:46:05 +02:00
parent 1332eda5f3
commit 7ca34692c9

View file

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