fix(fixtures): refs #6150 clientCredit
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pablo Natek 2023-11-06 14:58:39 +01:00
parent 1c6618d494
commit 0818efaa99
1 changed files with 1 additions and 2 deletions

View File

@ -491,8 +491,7 @@ INSERT INTO `vn`.`clientCreditLimit`(`id`, `maxAmount`, `roleFk`)
VALUES
(1, 9999999, 20),
(2, 10000, 21),
(3, 600, 13),
(4, 300, 37);
(3, 600, 13);
INSERT INTO `vn`.`clientObservation`(`id`, `clientFk`, `workerFk`, `text`, `created`)
VALUES