1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

buildTime attribute to deployment

(cherry picked from commit 7989518eec)
This commit is contained in:
Damodar Lohani 2022-10-31 09:07:06 +00:00 committed by Jake Barnby
parent 6234ff20f4
commit 11f3474cb8
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -2327,6 +2327,17 @@ $collections = [
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('buildTime'),
'type' => Database::VAR_INTEGER,
'format' => '',
'size' => 0,
'signed' => true,
'required' => false,
'default' => null,
'array' => false,
'filters' => [],
],
[
'array' => false,
'$id' => ID::custom('entrypoint'),