From 15c13aa0328528ddbe17584e3f252b81a9556d0c Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 16 May 2025 21:13:09 +1200 Subject: [PATCH] Remove duplicate attribute --- app/config/collections/projects.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index 3913fa8b00..48a0938a1c 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -2374,17 +2374,6 @@ 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' => [ [