Store run subjects in extra table
[MAILPOET-4966]
This commit is contained in:
@ -187,7 +187,7 @@ class AutomationStatisticsStorageTest extends \MailPoetTest {
|
||||
'automation_id' => $automation->getId(),
|
||||
'version_id' => $automation->getVersionId(),
|
||||
'trigger_key' => '',
|
||||
'subjects' => "[]",
|
||||
'subjects' => [],
|
||||
'id' => 0,
|
||||
'status' => $status,
|
||||
'created_at' => (new \DateTimeImmutable())->format(\DateTimeImmutable::W3C),
|
||||
|
Reference in New Issue
Block a user