1
0
Fork 0
mirror of synced 2024-07-10 00:46:05 +12:00

project attribute update for templates

This commit is contained in:
Damodar Lohani 2023-03-09 13:43:59 +00:00
parent 1fb492ff47
commit f1adf61337

View file

@ -666,6 +666,17 @@ $collections = [
'array' => false,
'filters' => ['json', 'encrypt'],
],
[
'$id' => ID::custom('templates'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 1000000, // TODO make sure size fits
'signed' => true,
'required' => false,
'default' => [],
'array' => false,
'filters' => ['json'],
],
[
'$id' => ID::custom('auths'),
'type' => Database::VAR_STRING,