diff --git a/src/Data/ProgrammesDb/Entity/Contributor.php b/src/Data/ProgrammesDb/Entity/Contributor.php index 4616d316..a07930b7 100644 --- a/src/Data/ProgrammesDb/Entity/Contributor.php +++ b/src/Data/ProgrammesDb/Entity/Contributor.php @@ -78,7 +78,7 @@ class Contributor /** * @var string|null * - * @ORM\Column(type="string", length=255, nullable=true) + * @ORM\Column(type="string", length=271, nullable=true) */ private $sortName;