mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-27 09:19:15 +08:00
[Web] Minor hint for future todo
This commit is contained in:
parent
4e46d44e79
commit
4a72cda789
@ -363,6 +363,7 @@ function init_db_schema() {
|
|||||||
"syncjobs" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"syncjobs" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
"eas_reset" => "TINYINT(1) NOT NULL DEFAULT '0'",
|
"eas_reset" => "TINYINT(1) NOT NULL DEFAULT '0'",
|
||||||
"sogo_profile_reset" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"sogo_profile_reset" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
|
// quarantine is for quarantine actions, todo: rename
|
||||||
"quarantine" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"quarantine" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
"quarantine_attachments" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"quarantine_attachments" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
"quarantine_notification" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"quarantine_notification" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
|
Loading…
Reference in New Issue
Block a user