1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

buildTime attribute to deployment

This commit is contained in:
Damodar Lohani 2022-10-31 09:07:06 +00:00
parent 4efabe9370
commit 7989518eec

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'),