1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

remove buildTime from deployments collection

This commit is contained in:
Damodar Lohani 2022-11-02 15:38:59 +05:45 committed by GitHub
parent b66f932b3b
commit 41d31c28d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2327,17 +2327,6 @@ $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'),