diff --git a/app/config/collections.php b/app/config/collections.php index b5b6d3050..21b7af282 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -347,13 +347,13 @@ $collections = [ 'filters' => [], ], [ - '$id' => ID::custom('options'), + '$id' => ID::custom('relationshipOptions'), 'type' => Database::VAR_STRING, 'size' => 16384, 'signed' => false, 'required' => false, 'default' => null, - 'array' => true, + 'array' => false, 'filters' => ['json'], ], ],