diff --git a/Entity/Job.php b/Entity/Job.php index de8e42ad..bca5d4ad 100644 --- a/Entity/Job.php +++ b/Entity/Job.php @@ -134,7 +134,7 @@ class Job */ private $dependencies; - /** @ORM\Column(type = "text", nullable = true) */ + /** @ORM\Column(type = "text", name="`output`", nullable = true) */ private $output; /** @ORM\Column(type = "text", name="errorOutput", nullable = true) */