fix db_template, "db_update_v12" missing.

This commit is contained in:
Jaiver Pastor 2020-05-13 00:00:40 +02:00
parent e3e099680c
commit c16933e51a

View File

@ -175,7 +175,7 @@ DROP TABLE IF EXISTS `logcon_savedreports`;
CREATE TABLE `logcon_savedreports` (
`ID` int(11) NOT NULL auto_increment,
`reportid` varchar(255) NOT NULL,
`sourceid` int(11) NOT NULL,
`sourceid` varchar(11) NOT NULL,
`customTitle` varchar(255) NOT NULL,
`customComment` text NOT NULL,
`filterString` text NOT NULL,