1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,