Increase motolite event name field size to 255 #781

This commit is contained in:
Ramon Gutierrez 2023-12-22 15:30:11 +08:00
parent b51160e9d0
commit 5ee41dab32

View file

@ -21,7 +21,7 @@ class MotoliteEvent
protected $id; protected $id;
/** /**
* @ORM\Column(type="string", length=80) * @ORM\Column(type="string", length=255)
* @Assert\NotBlank() * @Assert\NotBlank()
*/ */
protected $name; protected $name;