From 8ed97d8d96814b6f2e52b1a460148e445d5c804e Mon Sep 17 00:00:00 2001 From: Pierre Cadeot Date: Mon, 17 May 2021 10:16:29 +0400 Subject: [PATCH] =?UTF-8?q?fixes=20#32513=20mise=20a=20jour=20entit=C3=A9?= =?UTF-8?q?=20datasource=20username.length=3D128?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Cadoles/EdispatcherBundle/Entity/Datasource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninegate-1.0/src/Cadoles/EdispatcherBundle/Entity/Datasource.php b/src/ninegate-1.0/src/Cadoles/EdispatcherBundle/Entity/Datasource.php index 414f7c2a..2f4bda9a 100644 --- a/src/ninegate-1.0/src/Cadoles/EdispatcherBundle/Entity/Datasource.php +++ b/src/ninegate-1.0/src/Cadoles/EdispatcherBundle/Entity/Datasource.php @@ -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;