1
0
Fork 0
mirror of synced 2024-10-03 10:46:27 +13:00

add destinations

This commit is contained in:
fogelito 2024-05-27 18:52:33 +03:00
parent f68f21a264
commit ddb0ce3175

View file

@ -4040,6 +4040,17 @@ $projectCollections = array_merge([
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('destination'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 500,
'signed' => true,
'required' => true,
'default' => null,
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('credentials'),
'type' => Database::VAR_STRING,