FIX MR
This commit is contained in:
parent
1be124059e
commit
ebc36625d5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue