1
0
Fork 0
mirror of synced 2024-07-10 08:56:25 +12:00

smtp attribute for project

This commit is contained in:
Damodar Lohani 2023-03-09 01:58:59 +00:00
parent 9ea3f0317f
commit dbcc70607a

View file

@ -655,6 +655,17 @@ $collections = [
'array' => false,
'filters' => ['json'],
],
[
'$id' => ID::custom('smtp'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 16384,
'signed' => true,
'required' => false,
'default' => [],
'array' => false,
'filters' => ['json', 'encrypt'],
],
[
'$id' => ID::custom('auths'),
'type' => Database::VAR_STRING,