From ebc36625d549b4341f885faed7d3615f96b1c826 Mon Sep 17 00:00:00 2001 From: Calvo Date: Wed, 15 Mar 2023 09:24:53 +0100 Subject: [PATCH] FIX MR --- pandora_console/pandoradb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 0a1e4e3984..30a21f9ae3 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -2188,7 +2188,7 @@ CREATE TABLE IF NOT EXISTS `tnetflow_filter` ( `netflow_monitoring` TINYINT UNSIGNED NOT NULL default 0, `traffic_max` INTEGER NOT NULL default 0, `traffic_critical` FLOAT(20,2) NOT NULL default 0, - `traffic_warning` FLOAT(20,2) NOT NULL default 0,git s + `traffic_warning` FLOAT(20,2) NOT NULL default 0, PRIMARY KEY (`id_sg`) ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;