Fix the suntax.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 15 Feb 2008 10:32:07 +0000 (10:32 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 15 Feb 2008 10:32:07 +0000 (10:32 +0000)
org.glite.lb.server/config/glite-lb-dbsetup.sql

index 7ff36cb..ab1e829 100644 (file)
@@ -46,9 +46,9 @@ create table events (
 create table events_flesh (
        jobid           char(32)        binary not null,
        event           int             not null,
-       ulm             mediumblob      binary not null;
+       ulm             mediumblob      binary not null,
        
-       primary key (jobid,event),
+       primary key (jobid,event)
 ) engine=innodb;
 
 -- for compatibility