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,