Merge branch '781-fix-character-length-for-motolite-events-title' into 'master'

Increase motolite event name field size to 255 #781

Closes #781

See merge request jankstudio/resq!893
This commit is contained in:
Ramon Gutierrez 2023-12-22 07:30:47 +00:00
commit 9c081b416e

View file

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