fixed minor error

This commit is contained in:
daniel 2018-06-25 15:09:01 +02:00
parent 36293cba3a
commit ff934e28fa
1 changed files with 1 additions and 1 deletions

View File

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