prepare column for future zombie jobs
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 7 Mar 2008 12:35:27 +0000 (12:35 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 7 Mar 2008 12:35:27 +0000 (12:35 +0000)
org.glite.lb.server/config/glite-lb-dbsetup.sql

index ab1e829..d822142 100644 (file)
@@ -6,6 +6,7 @@ create table jobs (
        proxy           bool            not null,
        server          bool            not null,
        grey            bool            not null,
+       zombie          bool            not null,
        nevents         int             not null,
 
        primary key (jobid),