Former-commit-id: 47ccc5dce928453e1fac9c1036094e6a03c6cde7
This commit is contained in:
marcos.alconada 2019-03-29 13:37:12 +01:00
parent 3f41561628
commit 7412a7cef0
1 changed files with 1 additions and 1 deletions

View File

@ -1989,7 +1989,7 @@ CREATE TABLE IF NOT EXISTS `tnetflow_report_content` (
`date` bigint(20) NOT NULL default '0',
`period` int(11) NOT NULL default 0,
`max` int (11) NOT NULL default 0,
`show_graph` varchar(60),
`show_graph` varchar(60)
`order` int (11) NOT NULL default 0,
PRIMARY KEY(`id_rc`),
FOREIGN KEY (`id_report`) REFERENCES tnetflow_report(`id_report`)