From e75441a0973ef66f0ca7b5e4c8abbed79b37423c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 18 Mar 2025 15:46:28 +0100 Subject: [PATCH] =?UTF-8?q?Didn't=20mean=20to=20remove=20that=20?= =?UTF-8?q?=F0=9F=8E=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config/collections/projects.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index c9ab10ddcf..ffae763f6b 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -1048,6 +1048,17 @@ return [ 'array' => false, 'filters' => [], ], + [ + '$id' => ID::custom('deploymentId'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => Database::LENGTH_KEY, + 'signed' => true, + 'required' => false, + 'default' => null, + 'array' => false, + 'filters' => [], + ], [ '$id' => ID::custom('deploymentCreatedAt'), 'type' => Database::VAR_DATETIME,