mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-24 18:38:05 +02:00
Fixed db_template.txt, the new field for source description was missing
This commit is contained in:
parent
b7bfbf5e42
commit
dac6ecacc0
@ -63,6 +63,7 @@ DROP TABLE IF EXISTS `logcon_sources`;
|
||||
CREATE TABLE `logcon_sources` (
|
||||
`ID` int(11) NOT NULL auto_increment,
|
||||
`Name` varchar(255) NOT NULL,
|
||||
`Description` text NOT NULL,
|
||||
`SourceType` tinyint(4) NOT NULL,
|
||||
`MsgParserList` varchar(255) NOT NULL,
|
||||
`MsgNormalize` tinyint(1) NOT NULL default '0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user