1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12: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,
'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',
'type' => Database::VAR_STRING,