From 19178761fee980737f682db1dd7685d97a707c09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Fri, 7 Mar 2008 12:35:27 +0000 Subject: [PATCH] prepare column for future zombie jobs --- org.glite.lb.server/config/glite-lb-dbsetup.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.server/config/glite-lb-dbsetup.sql b/org.glite.lb.server/config/glite-lb-dbsetup.sql index ab1e829..d822142 100644 --- a/org.glite.lb.server/config/glite-lb-dbsetup.sql +++ b/org.glite.lb.server/config/glite-lb-dbsetup.sql @@ -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), -- 1.8.2.3