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