refs #6159 fixUserNoActiveOnNewBusiness
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2023-08-25 10:55:10 +02:00
parent 4ae06d4b6b
commit c06ee9c5b0
1 changed files with 3 additions and 0 deletions

View File

@ -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;