Revert "Remove now-unused SystemTypes table"

This reverts commit 71d020735b.
Unfortunately there are still some cases where we need to set Hydra's
concurrency separately.  (Ideally, Hydra would start *all* queued
builds in parallel and let Nix take care of everything...)
This commit is contained in:
Eelco Dolstra
2013-03-05 17:42:16 +01:00
parent 5b6b9d37f0
commit fcd511c4de
5 changed files with 73 additions and 2 deletions

View File

@ -341,6 +341,12 @@ create table CachedCVSInputs (
);
create table SystemTypes (
system text primary key not null,
maxConcurrent integer not null default 2
);
-- Views are a mechanism to automatically group related builds
-- together. A view definition consists of a build of some "primary"
-- job, plus all builds of the other jobs named in ViewJobs that have