add new field for table treport_content

Former-commit-id: f8cc4544e68a1369a1b0a34b82a506430b3503b8
This commit is contained in:
alejandro-campos 2019-03-05 15:15:48 +01:00
parent da0f0b492a
commit 9d29af2af5
1 changed files with 1 additions and 0 deletions

View File

@ -1412,6 +1412,7 @@ CREATE TABLE IF NOT EXISTS `treport_content` (
`visual_format` tinyint(1) UNSIGNED NOT NULL default '0',
`hide_no_data` tinyint(1) default 0,
`recursion` tinyint(1) default NULL,
`show_extended_events` tinyint(1) default '0',
PRIMARY KEY(`id_rc`),
FOREIGN KEY (`id_report`) REFERENCES treport(`id_report`)
ON UPDATE CASCADE ON DELETE CASCADE