Increase motolite event name field size to 255 #781 #1704

Merged
arcticzero merged 1 commit from 781-fix-character-length-for-motolite-events-title into master 2023-12-22 07:30:48 +00:00

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;