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

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