This commit is contained in:
parent
1c6618d494
commit
0818efaa99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue