1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

metadata to deployments

This commit is contained in:
Damodar Lohani 2022-02-17 12:48:00 +00:00
parent 9d5b6ef096
commit 0b767c0b8a

View file

@ -1844,6 +1844,17 @@ $collections = [
'array' => false, 'array' => false,
'filters' => [], 'filters' => [],
], ],
[
'$id' => 'metadata',
'type' => Database::VAR_STRING,
'format' => '',
'size' => 16384, // https://tools.ietf.org/html/rfc4288#section-4.2
'signed' => true,
'required' => false,
'default' => null,
'array' => false,
'filters' => ['json'],
],
[ [
'$id' => 'search', '$id' => 'search',
'type' => Database::VAR_STRING, 'type' => Database::VAR_STRING,