diff --git a/app/config/collections.php b/app/config/collections.php index 6f55516305..401a4532f7 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -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'),