EventsTable.sql removed blank

This commit is contained in:
Michael Meckelein 2005-09-26 09:29:24 +00:00
parent 021b02e596
commit 89830877b1

View File

@ -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,