Remove now-unused SystemTypes table

This commit is contained in:
Shea Levy
2013-03-04 17:46:37 -05:00
parent d764c135ce
commit 71d020735b
5 changed files with 2 additions and 73 deletions

View File

@ -341,12 +341,6 @@ 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