From 92e85f05e2879957ee395ce17428ae965d5e53f4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 14 Oct 2015 21:37:30 +0200 Subject: [PATCH] hydra.sql: Make isChannel a not null column. We have this set in upgrade-42.sql, so it's better to stay consistent with the basic SQL file to avoid problems with new Hydra installations. Signed-off-by: aszlig Reported-by: Eelco Dolstra --- src/sql/hydra.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/hydra.sql b/src/sql/hydra.sql index 2b3414ec..3c0fb1d9 100644 --- a/src/sql/hydra.sql +++ b/src/sql/hydra.sql @@ -157,7 +157,7 @@ create table Builds ( maxsilent integer default 3600, -- meta.maxsilent timeout integer default 36000, -- meta.timeout - isChannel integer default 0, -- meta.isHydraChannel + isChannel integer not null default 0, -- meta.isHydraChannel isCurrent integer default 0, -- Copy of the nixExprInput/nixExprPath fields of the jobset that