added command to import data from kimai v1 #102 (#103)

This commit is contained in:
Kevin Papst
2018-01-23 00:23:41 +01:00
committed by GitHub
parent 6ae9bc4df5
commit 50b5e93a10
7 changed files with 869 additions and 24 deletions

View File

@@ -51,7 +51,7 @@ class User implements UserInterface, AdvancedUserInterface
*
* @ORM\Column(name="name", type="string", length=60, nullable=false, unique=true)
* @Assert\NotBlank()
* @Assert\Length(min=6, max=160)
* @Assert\Length(min=5, max=60)
*/
private $username;