#11326 new field in treport_content for reports

This commit is contained in:
Daniel Cebrian 2023-07-28 12:12:29 +02:00
parent a0fdb2a791
commit c92899573f
1 changed files with 1 additions and 0 deletions

View File

@ -1641,6 +1641,7 @@ CREATE TABLE IF NOT EXISTS `treport_content` (
`macros_definition` TEXT,
`render_definition` TEXT,
`use_prefix_notation` TINYINT UNSIGNED NOT NULL DEFAULT 1,
`cat_security_hardening` INT NOT NULL DEFAULT 0,
PRIMARY KEY(`id_rc`),
FOREIGN KEY (`id_report`) REFERENCES treport(`id_report`)
ON UPDATE CASCADE ON DELETE CASCADE