From 9c4b269669ef64173e49d2d859d6aeeebea0db1f Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 13 Mar 2023 12:59:01 +0200 Subject: [PATCH] update collections.php with options --- app/config/collections.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/config/collections.php b/app/config/collections.php index f8254bf889..b5b6d30503 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -346,6 +346,16 @@ $collections = [ 'array' => true, 'filters' => [], ], + [ + '$id' => ID::custom('options'), + 'type' => Database::VAR_STRING, + 'size' => 16384, + 'signed' => false, + 'required' => false, + 'default' => null, + 'array' => true, + 'filters' => ['json'], + ], ], 'indexes' => [ [