From: Miloš Mulač Date: Fri, 7 Mar 2008 12:35:27 +0000 (+0000) Subject: prepare column for future zombie jobs X-Git-Tag: merge_transactions_src~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=19178761fee980737f682db1dd7685d97a707c09;p=jra1mw.git prepare column for future zombie jobs --- 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),