mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
EventsTable.sql removed blank
This commit is contained in:
parent
021b02e596
commit
89830877b1
@ -32,7 +32,6 @@ CREATE TABLE IF NOT EXISTS SystemEvents (
|
||||
PRIMARY KEY (ID)
|
||||
) TYPE=MyISAM AUTO_INCREMENT=1;
|
||||
|
||||
|
||||
CREATE TABLE IF NOT EXISTS SystemEventsProperties (
|
||||
ID int unsigned not null auto_increment primary key,
|
||||
SystemEventID int NULL ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user