reduce field size to 150 chars to prevent index out of length (#1031)
This commit is contained in:
@@ -114,7 +114,7 @@ class Timesheet implements EntityWithMetaFields
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="description", type="text", length=65535, nullable=true)
|
||||
* @ORM\Column(name="description", type="text", nullable=true)
|
||||
*/
|
||||
private $description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user