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;