mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +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)
|
PRIMARY KEY (ID)
|
||||||
) TYPE=MyISAM AUTO_INCREMENT=1;
|
) TYPE=MyISAM AUTO_INCREMENT=1;
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS SystemEventsProperties (
|
CREATE TABLE IF NOT EXISTS SystemEventsProperties (
|
||||||
ID int unsigned not null auto_increment primary key,
|
ID int unsigned not null auto_increment primary key,
|
||||||
SystemEventID int NULL ,
|
SystemEventID int NULL ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user