This commit is contained in:
Eelco Dolstra
2008-11-12 23:45:11 +00:00
parent 6591118a2b
commit cd06b6c97d
20 changed files with 172 additions and 37 deletions

View File

@ -149,7 +149,9 @@ create trigger cascadeBuildDeletion
create table Projects (
name text primary key not null
name text primary key not null, -- project id, lowercase (e.g. "patchelf")
displayName text not null, -- display name (e.g. "PatchELF")
description text
);