Skip to content

Commit

Permalink
increase length of sortName column in Contributor entity (#302)
Browse files Browse the repository at this point in the history
PROGRAMMES-7223
  • Loading branch information
gmarinov authored Jan 3, 2020
1 parent eb43ab0 commit 1067d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/ProgrammesDb/Entity/Contributor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1067d25

Please sign in to comment.