From 89830877b1c8e5c75c1aa10da53ed258b2199af4 Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Mon, 26 Sep 2005 09:29:24 +0000 Subject: [PATCH] EventsTable.sql removed blank --- install/scripts/EventTables.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/scripts/EventTables.sql b/install/scripts/EventTables.sql index 3aaf25e..5443b91 100644 --- a/install/scripts/EventTables.sql +++ b/install/scripts/EventTables.sql @@ -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,