1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

update collections.php with options

This commit is contained in:
fogelito 2023-03-13 12:59:01 +02:00
parent b1cc4ada4c
commit 9c4b269669

View file

@ -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' => [
[