refs #6159 fixUserNoActiveOnNewBusiness
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
4ae06d4b6b
commit
c06ee9c5b0
|
@ -1994,6 +1994,9 @@ INSERT INTO `vn`.`business` (`id`, `workerFk`, `companyCodeFk`, `started`, `ende
|
|||
|
||||
DROP TEMPORARY TABLE IF EXISTS tmp.worker;
|
||||
|
||||
DELETE FROM `account`.`account`
|
||||
WHERE id = 1105;
|
||||
|
||||
UPDATE `vn`.`business`
|
||||
SET `payedHolidays`= 8
|
||||
WHERE `id`= 1106;
|
||||
|
|
Loading…
Reference in New Issue