Skip to content

Commit

Permalink
Merge pull request #18 from dsantang/prepare-for-dbal-upgrade
Browse files Browse the repository at this point in the history
Use new json type in OutboxMapperSuperclass
  • Loading branch information
gPinato authored Jan 3, 2023
2 parents 99496c0 + c86a353 commit f0f55b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Outbox/OutboxMappedSuperclass.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract class OutboxMappedSuperclass
protected string $payloadType;

/**
* @ORM\Column(type="json_array", options={"jsonb"=true})
* @ORM\Column(type="json", options={"jsonb"=true})
*
* @var mixed[]
*/
Expand Down

0 comments on commit f0f55b2

Please sign in to comment.