This commit is contained in:
Eelco Dolstra 2019-05-11 00:14:18 +02:00
parent 842ef9af24
commit 0387787e7e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -185,7 +185,8 @@ create table Builds (
-- Copy of the nixExprInput/nixExprPath fields of the jobset that
-- instantiated this build. Needed if we want to reproduce this
-- build.
-- build. FIXME: this should be stored in JobsetEvals, storing it
-- here is denormal.
nixExprInput text,
nixExprPath text,