#11326 new field in treport_content for reports
This commit is contained in:
parent
a0fdb2a791
commit
c92899573f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue