testing stuff removed
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 20 Mar 2008 16:17:17 +0000 (16:17 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 20 Mar 2008 16:17:17 +0000 (16:17 +0000)
org.glite.lb.server/config/glite-lb-dbsetup.sql

index 8eee601..e0c315a 100644 (file)
@@ -34,7 +34,6 @@ create table events (
        level           int             null,
 
        arrived         datetime        not null,
-       ulm             mediumblob      not null,   -- testing (1)
        seqcode         varchar(255)    binary not null,
 
        primary key (jobid,event),
@@ -43,7 +42,6 @@ create table events (
        index (arrived)
 ) engine=innodb;
 
--- testing (2)
 create table events_flesh (
        jobid           char(32)        binary not null,
        event           int             not null,