1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12: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,