feat: Store the short rev length

This commit is contained in:
Janne Heß
2026-01-04 18:56:20 +01:00
parent d042e3c82c
commit 2db62e86e7
4 changed files with 24 additions and 6 deletions

View File

@@ -487,11 +487,12 @@ create table JobsetEvalInputs (
altNr integer not null,
-- Copied from the jobsetinputs from which the build was created.
type text not null,
uri text,
revision text,
value text,
dependency integer, -- build ID of the input, for type == 'build'
type text not null,
uri text,
revision text,
shortRevLength smallint, -- length of a short revision at the time this was checked out
value text,
dependency integer, -- build ID of the input, for type == 'build'
path text,