Didn't mean to remove that 🎀

This commit is contained in:
Matej Bačo
2025-03-18 15:46:28 +01:00
parent ffb86ace38
commit e75441a097
+11
View File
@@ -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,