git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee68e68
)
prepare column for future zombie jobs
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 7 Mar 2008 12:35:27 +0000
(12:35 +0000)
committer
Miloš 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
patch
|
blob
|
blame
|
history
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
(file)
--- 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),