This commit is contained in:
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user