metadata field for deployments

This commit is contained in:
Damodar Lohani
2022-02-22 13:48:24 +05:45
committed by GitHub
parent 0990448dda
commit 46183c6654
+11
View File
@@ -1840,6 +1840,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' => 'chunksTotal',
'type' => Database::VAR_INTEGER,