forked from lix-project/hydra
make filesize field for buildproducts a bigint to support big files
This commit is contained in:
parent
9fe8c43437
commit
203a9b9ad7
|
@ -283,7 +283,7 @@ create table BuildProducts (
|
||||||
productnr integer not null,
|
productnr integer not null,
|
||||||
type text not null, -- "nix-build", "file", "doc", "report", ...
|
type text not null, -- "nix-build", "file", "doc", "report", ...
|
||||||
subtype text not null, -- "source-dist", "rpm", ...
|
subtype text not null, -- "source-dist", "rpm", ...
|
||||||
fileSize integer,
|
fileSize bigint,
|
||||||
sha1hash text,
|
sha1hash text,
|
||||||
sha256hash text,
|
sha256hash text,
|
||||||
path text,
|
path text,
|
||||||
|
|
Loading…
Reference in a new issue