backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-06-22 11:44:42 +02:00
parent 28ef75d179
commit 1332eda5f3
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=128, unique=true)
*/
protected $id;