From 1067d25b06bf0c4ffce82fb2c372b9a247ecbf8a Mon Sep 17 00:00:00 2001 From: Georgi Marinov Date: Fri, 3 Jan 2020 12:48:00 +0000 Subject: [PATCH] increase length of sortName column in Contributor entity (#302) PROGRAMMES-7223 --- src/Data/ProgrammesDb/Entity/Contributor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;