Drop unused BuildProducts.description column

This commit is contained in:
Eelco Dolstra
2016-04-13 14:49:57 +02:00
parent 8c7edb1005
commit a7755678fe
3 changed files with 3 additions and 10 deletions

View File

@ -326,7 +326,6 @@ create table BuildProducts (
sha256hash text,
path text,
name text not null, -- generally just the filename part of `path'
description text, -- optionally, some description of this file/directory
defaultPath text, -- if `path' is a directory, the default file relative to `path' to be served
primary key (build, productnr),
foreign key (build) references Builds(id) on delete cascade