forked from lix-project/hydra
Add migration to drop non-null constraints
This commit is contained in:
parent
c62eaf248f
commit
b503280256
4
src/sql/upgrade-84.sql
Normal file
4
src/sql/upgrade-84.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- 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;
|
Loading…
Reference in a new issue