mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
(to rebase/fixup later) Fields must be nullable for import to success.
This commit is contained in:
@@ -23,7 +23,7 @@ class Evaluation
|
||||
private $title = [];
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="dateinterval")
|
||||
* @ORM\Column(type="dateinterval", nullable=true)
|
||||
*/
|
||||
private $delay;
|
||||
|
||||
|
Reference in New Issue
Block a user