Merge branch '153-feat-new-importer-for-socialwork'

This commit is contained in:
2021-07-30 13:24:26 +02:00
20 changed files with 857 additions and 387 deletions

View File

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

View File

@@ -47,7 +47,7 @@ class SocialAction
private $children;
/**
* @ORM\Column(type="dateinterval")
* @ORM\Column(type="dateinterval", nullable=true)
*/
private $defaultNotificationDelay;