fixes #32513 mise a jour entité datasource username.length=128
This commit is contained in:
parent
2b4d048f9d
commit
8ed97d8d96
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue