diff --git a/Admin/Installer.php b/Admin/Installer.php index 725c21e..6f45589 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -47,6 +47,7 @@ class Installer extends InstallerAbstract `monitoring_file_modified` datetime NOT NULL, `monitoring_file_deprecated` tinyint(1) NOT NULL, `monitoring_file_dangerous` tinyint(1) NOT NULL, + `monitoring_file_unicode` tinyint(1) NOT NULL, `monitoring_file_version` tinyint(1) NOT NULL, `monitoring_file_hash` tinyint(1) NOT NULL, `monitoring_file_status` tinyint(1) NOT NULL,