Skip to content

Commit 69a0612

Browse files
committed
AC-11654::Integration test failing testDbSchemaUpToDate due to JSON column type
1 parent a68b390 commit 69a0612

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Setup/Declaration/Schema/Dto

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Setup/Declaration/Schema/Dto/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Schema
3535
*
3636
* @var array
3737
*/
38-
private $tablesWithJsonTypeField;
38+
private $tablesWithJsonTypeField = [];
3939

4040
/**
4141
* Schema constructor.

0 commit comments

Comments
 (0)