From 56fda6a34b5fcea718586c8afe62c0c7fcf68e0a Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 16 May 2025 17:23:17 +1200 Subject: [PATCH] Add migration options --- app/config/collections/projects.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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' => [ [