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

Merge branch 'feat-add-messaging-collections-in-config' of https://github.com/appwrite/appwrite into feat-mailgun-provider

This commit is contained in:
Prateek Banga 2023-09-09 01:19:42 +05:30
commit cf7b63fd2f

View file

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