refs #6398
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
David Domenech 2023-12-19 12:58:20 +01:00
parent 86f340248f
commit 5936a129da
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ SELECT
`ts`.`state` AS `state`,
`ts`.`productionOrder` AS `productionOrder`,
`ts`.`alertLevel` AS `alertLevel`,
`ts`.`userFk` AS `worker`,
`ts`.`worker` AS `worker`,
`ts`.`code` AS `code`,
`ts`.`updated` AS `updated`,
`ts`.`isPicked` AS `isPicked`