refs #6276 add maxHours
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-01-03 10:41:44 +01:00
parent 924fe12a93
commit bce8feb552
1 changed files with 4 additions and 1 deletions

View File

@ -3666,4 +3666,7 @@ UPDATE vn.collection
WHERE id=10101010;
UPDATE vn.sale
SET isPicked =FALSE;
SET isPicked =FALSE;
INSERT INTO machineWorkerConfig(maxHours)
VALUES(12);