From 11f3474cb8b074f5b0a3aa4b743238ae648a8158 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 31 Oct 2022 09:07:06 +0000 Subject: [PATCH] buildTime attribute to deployment (cherry picked from commit 7989518eecb033ad36b217c0668f62378bdc139e) --- app/config/collections.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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'),