This commit is contained in:
2021-05-21 11:01:05 +02:00

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;