1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

udpates deliveryError to be an array type

This commit is contained in:
Prateek Banga 2023-09-09 01:18:26 +05:30
parent 3f95d6abd5
commit ee0f789e37

View file

@ -1521,11 +1521,11 @@ $commonCollections = [
'$id' => ID::custom('deliveryError'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 2048,
'size' => 16834,
'signed' => true,
'required' => false,
'default' => null,
'array' => false,
'array' => true,
'filters' => [],
],
[