This commit is contained in:
afornerot 2021-05-21 11:01:05 +02:00
commit d3c8a95336
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Datasource
private $id;
/**
* @ORM\Column(type="string", length=50, unique=true)
* @ORM\Column(type="string", length=128, unique=true)
*/
private $username;