Skip to content

Commit 99272d9

Browse files
committed
Exception count
1 parent b5ad2db commit 99272d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SchemaProvider/DataflowSchemaProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function createSchema()
3232
$tableJob->addColumn('requested_date', 'datetime', ['notnull' => false]);
3333
$tableJob->addColumn('count', 'integer', ['notnull' => false]);
3434
$tableJob->addColumn('exceptions', 'json', ['notnull' => false]);
35+
$tableJob->addColumn('exception_count', 'integer', ['notnull' => false]);
3536
$tableJob->addColumn('start_time', 'datetime', ['notnull' => false]);
3637
$tableJob->addColumn('end_time', 'datetime', ['notnull' => false]);
3738

0 commit comments

Comments
 (0)