mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
fix db_template, "db_update_v12" missing.
This commit is contained in:
parent
e3e099680c
commit
c16933e51a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user