mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#11990 Fixed enable_horizontal_tree
This commit is contained in:
parent
06e23338cb
commit
05320f7ad4
@ -66,4 +66,6 @@ ALTER TABLE `treport_content` ADD COLUMN `cat_security_hardening` INT NOT NULL
|
|||||||
ALTER TABLE `treport_content` ADD COLUMN `ignore_skipped` INT NOT NULL DEFAULT 0;
|
ALTER TABLE `treport_content` ADD COLUMN `ignore_skipped` INT NOT NULL DEFAULT 0;
|
||||||
ALTER TABLE `treport_content` ADD COLUMN `status_of_check` TINYTEXT;
|
ALTER TABLE `treport_content` ADD COLUMN `status_of_check` TINYTEXT;
|
||||||
|
|
||||||
|
ALTER TABLE `tservice` ADD COLUMN `enable_horizontal_tree` TINYINT NOT NULL DEFAULT 0;
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
@ -2913,6 +2913,7 @@ CREATE TABLE IF NOT EXISTS `tservice` (
|
|||||||
`is_favourite` TINYINT NOT NULL DEFAULT 0,
|
`is_favourite` TINYINT NOT NULL DEFAULT 0,
|
||||||
`enable_sunburst` TINYINT NOT NULL DEFAULT 0,
|
`enable_sunburst` TINYINT NOT NULL DEFAULT 0,
|
||||||
`asynchronous` TINYINT NOT NULL DEFAULT 0,
|
`asynchronous` TINYINT NOT NULL DEFAULT 0,
|
||||||
|
`enable_horizontal_tree` TINYINT NOT NULL DEFAULT 0,
|
||||||
`rca` TEXT,
|
`rca` TEXT,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB
|
) ENGINE=InnoDB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user