From 11ad35443b48754a6a41457054ecbb100519fcfc Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 8 Dec 2010 10:14:57 +0000 Subject: [PATCH] hydra: make size columns bigger (integer -> bigint) --- src/sql/hydra.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sql/hydra.sql b/src/sql/hydra.sql index 47987de0..c8de1997 100644 --- a/src/sql/hydra.sql +++ b/src/sql/hydra.sql @@ -204,9 +204,9 @@ create table BuildResultInfo ( logfile text, -- the path of the logfile - logsize integer not null default 0, - size integer not null default 0, - closuresize integer not null default 0, + logsize bigint not null default 0, + size bigint not null default 0, + closuresize bigint not null default 0, releaseName text, -- e.g. "patchelf-0.5pre1234"