* Don't bother with the Jobs.active column anymore.

This commit is contained in:
Eelco Dolstra
2009-10-08 11:19:39 +00:00
parent f158697796
commit 158a746e94
3 changed files with 8 additions and 12 deletions

View File

@ -261,10 +261,7 @@ create table Jobs (
jobset text not null,
name text not null,
-- `active' means the Nix expression for the jobset currently
-- contains this job. Otherwise it's a job that has been removed
-- from the expression.
active integer not null default 1,
active integer not null default 1, -- !!! obsolete, remove
errorMsg text, -- evalution error for this job