(to rebase/fixup later) Fields must be nullable for import to success.

This commit is contained in:
Pol Dellaiera
2021-06-24 15:24:14 +02:00
parent 141aabcddc
commit ea1c12da64
3 changed files with 59 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ class Evaluation
private $title = [];
/**
* @ORM\Column(type="dateinterval")
* @ORM\Column(type="dateinterval", nullable=true)
*/
private $delay;