SystemTypes: drop database table. It was originally removed in #65, but put back in fcd511c4de
, and now totally unused.
This commit is contained in:
@@ -440,13 +440,6 @@ create table CachedCVSInputs (
|
||||
primary key (uri, module, sha256hash)
|
||||
);
|
||||
|
||||
|
||||
-- FIXME: remove
|
||||
create table SystemTypes (
|
||||
system text primary key not null,
|
||||
maxConcurrent integer not null default 2
|
||||
);
|
||||
|
||||
create table EvaluationErrors (
|
||||
id serial primary key not null,
|
||||
errorMsg text, -- error output from the evaluator
|
||||
|
Reference in New Issue
Block a user