Fix sysbuild

596f4cf4b9
This commit is contained in:
Eelco Dolstra
2020-10-22 13:27:52 +02:00
parent 79d34ed7c9
commit be709d450b
2 changed files with 2 additions and 1 deletions

View File

@ -608,6 +608,7 @@ makeQueries('', "");
makeQueries('ForProject', "and project = ?");
makeQueries('ForJobset', "and jobset_id = ?");
makeQueries('ForJob', "and jobset_id = ? and job = ?");
makeQueries('ForJobName', "and jobset_id = (select id from jobsets j where j.name = ?) and job = ?");
my %hint = (