This commit is contained in:
Eelco Dolstra 2009-03-20 10:19:46 +00:00
parent 163f3de2fa
commit d13af4f392

View file

@ -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;