* Doh.
This commit is contained in:
parent
163f3de2fa
commit
d13af4f392
@ -160,7 +160,7 @@ create trigger cascadeBuildDeletion
|
||||
delete from BuildResultInfo where id = old.id;
|
||||
delete from BuildInputs where build = old.id;
|
||||
delete from BuildProducts where build = old.id;
|
||||
delete from BuildSteps where id = old.id;
|
||||
delete from BuildSteps where build = old.id;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user