fixes #32513 mise a jour entité datasource username.length=128

This commit is contained in:
Pierre Cadeot 2021-05-17 10:16:29 +04:00
parent 2b4d048f9d
commit 8ed97d8d96
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;