hydra/src/sql/upgrade-84.sql
2024-01-26 11:53:58 -05:00

5 lines
236 B
SQL

-- CA derivations do not have statically known output paths. The values
-- are only filled in after the build runs.
ALTER TABLE BuildStepOutputs ALTER COLUMN path DROP NOT NULL;
ALTER TABLE BuildOutputs ALTER COLUMN path DROP NOT NULL;