This commit is contained in:
Calvo 2023-03-15 09:24:53 +01:00
parent 1be124059e
commit ebc36625d5
1 changed files with 1 additions and 1 deletions

View File

@ -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;