From 00d79b553c0b3fc04b77263592fe7a11b832127f Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 2 Dec 2021 14:46:31 +0100 Subject: [PATCH] missing in merge mr --- pandora_console/extras/mr/51.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/extras/mr/51.sql b/pandora_console/extras/mr/51.sql index 5b5524586b..4c8ba06024 100644 --- a/pandora_console/extras/mr/51.sql +++ b/pandora_console/extras/mr/51.sql @@ -1,5 +1,7 @@ START TRANSACTION; +ALTER TABLE `tagente_modulo` ADD COLUMN `percentage_critical` tinyint(1) UNSIGNED DEFAULT 0; +ALTER TABLE `tagente_modulo` ADD COLUMN `percentage_warning` tinyint(1) UNSIGNED DEFAULT 0; ALTER TABLE tagente_modulo MODIFY debug_content TEXT; CREATE TABLE IF NOT EXISTS `tncm_queue` (