From 6a72f80cf3c6689ed19d2b070f99ead675098bf4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 18 Apr 2018 22:13:57 +0200 Subject: [PATCH] Unicode char column --- Admin/Installer.php | 1 + 1 file changed, 1 insertion(+) 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,