fixed minor error
This commit is contained in:
parent
36293cba3a
commit
ff934e28fa
|
@ -2428,7 +2428,7 @@ CREATE TABLE IF NOT EXISTS `tservice` (
|
|||
`id_template_alert_critical_sla` int(10) unsigned NOT NULL default 0,
|
||||
`quiet` tinyint(1) NOT NULL default 0,
|
||||
`cps` int NOT NULL default 0,
|
||||
`cascade_protection` tinyint(1) NOT NULL default 0
|
||||
`cascade_protection` tinyint(1) NOT NULL default 0,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB
|
||||
COMMENT = 'Table to define services to monitor'
|
||||
|
|
Loading…
Reference in New Issue