1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Update collections.php

This commit is contained in:
Bradley Schofield 2024-05-30 11:28:33 +09:00
parent 47ecb3330e
commit 2bf291f7fd

View file

@ -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,