This commit is contained in:
parent
924fe12a93
commit
bce8feb552
|
@ -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);
|
Loading…
Reference in New Issue