make filesize field for buildproducts a bigint to support big files

This commit is contained in:
Rob Vermaas 2011-12-10 14:48:33 -05:00
parent 9fe8c43437
commit 203a9b9ad7

View file

@ -283,7 +283,7 @@ create table BuildProducts (
productnr integer not null,
type text not null, -- "nix-build", "file", "doc", "report", ...
subtype text not null, -- "source-dist", "rpm", ...
fileSize integer,
fileSize bigint,
sha1hash text,
sha256hash text,
path text,