diff --git a/app/config/collections.php b/app/config/collections.php index 5252a4c1cc..96b09f210d 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -4040,6 +4040,17 @@ $projectCollections = array_merge([ 'array' => false, 'filters' => ['json', 'encrypt'], ], + [ + '$id' => ID::custom('resources'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => Database::LENGTH_KEY, + 'signed' => true, + 'required' => true, + 'default' => [], + 'array' => true, + 'filters' => [], + ], [ '$id' => ID::custom('statusCounters'), 'type' => Database::VAR_STRING, @@ -4070,17 +4081,6 @@ $projectCollections = array_merge([ 'array' => true, 'filters' => ['subQueryMigrationErrors'], ], - [ - '$id' => ID::custom('resources'), - 'type' => Database::VAR_STRING, - 'format' => '', - 'size' => Database::LENGTH_KEY, - 'signed' => true, - 'required' => true, - 'default' => [], - 'array' => true, - 'filters' => [], - ], [ '$id' => ID::custom('search'), 'type' => Database::VAR_STRING,