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
@ -30,8 +30,7 @@ CREATE TABLE IF NOT EXISTS SystemEvents (
|
||||
SystemID int(11) NOT NULL default '0',
|
||||
Checksum int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (ID)
|
||||
) TYPE=MyISAM AUTO_INCREMENT=1 ;
|
||||
|
||||
) TYPE=MyISAM AUTO_INCREMENT=1;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS SystemEventsProperties (
|
||||
ID int unsigned not null auto_increment primary key,
|
||||
|
Loading…
x
Reference in New Issue
Block a user