This commit is contained in:
Eelco Dolstra
2008-11-17 23:59:20 +00:00
parent 51e617e9e8
commit f0eb8cf08c
23 changed files with 94 additions and 60 deletions

View File

@ -151,7 +151,8 @@ create trigger cascadeBuildDeletion
create table Projects (
name text primary key not null, -- project id, lowercase (e.g. "patchelf")
displayName text not null, -- display name (e.g. "PatchELF")
description text
description text,
enabled integer not null default 1
);