Compare commits

..

No commits in common. "d3c8a953364196e4faaebcede312bba3a72ea306" and "2679d8f629737e2c1eae142d758c43ee7084eb97" have entirely different histories.

View File

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