diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index 48a0938a1c..3913fa8b00 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -2374,6 +2374,17 @@ return [ 'array' => false, 'filters' => [], ], + [ + '$id' => ID::custom('options'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => 65536, + 'signed' => true, + 'required' => false, + 'default' => [], + 'array' => false, + 'filters' => ['json'], + ] ], 'indexes' => [ [