Skip to content

Commit 72bcd7a

Browse files
committed
Fix doctrine test with wrong json type
1 parent e8a1cfc commit 72bcd7a

File tree

1 file changed

+1
-1
lines changed
  • pkg/job-queue/Tests/Functional/Entity

1 file changed

+1
-1
lines changed

pkg/job-queue/Tests/Functional/Entity/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Job extends BaseJob
9595
/**
9696
* @var array
9797
*
98-
* @ORM\Column(name="data", type="json_array", nullable=true)
98+
* @ORM\Column(name="data", type="json", nullable=true)
9999
*/
100100
protected $data;
101101

0 commit comments

Comments
 (0)