mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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…
x
Reference in New Issue
Block a user