From 4a72cda789330d7565f059366301b20a67012c62 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 12 Jan 2020 12:22:57 +0100 Subject: [PATCH] [Web] Minor hint for future todo --- data/web/inc/init_db.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/data/web/inc/init_db.inc.php b/data/web/inc/init_db.inc.php index cd3f1956..1027f0aa 100644 --- a/data/web/inc/init_db.inc.php +++ b/data/web/inc/init_db.inc.php @@ -363,6 +363,7 @@ function init_db_schema() { "syncjobs" => "TINYINT(1) NOT NULL DEFAULT '1'", "eas_reset" => "TINYINT(1) NOT NULL DEFAULT '0'", "sogo_profile_reset" => "TINYINT(1) NOT NULL DEFAULT '1'", + // quarantine is for quarantine actions, todo: rename "quarantine" => "TINYINT(1) NOT NULL DEFAULT '1'", "quarantine_attachments" => "TINYINT(1) NOT NULL DEFAULT '1'", "quarantine_notification" => "TINYINT(1) NOT NULL DEFAULT '1'",