micro refactor at sql inserts file
This commit is contained in:
parent
c04020d0e7
commit
a0b1e13804
|
@ -409,7 +409,7 @@ INSERT INTO `salix`.`ClientCredit`(`id`, `clientFk`, `employeeFk`, `amount`, `cr
|
|||
|
||||
INSERT INTO `salix`.`ClientCreditLimit`(`id`, `maxAmount`, `roleFk`)
|
||||
VALUES
|
||||
(1, 10000, 5),
|
||||
(1, 1000, 5),
|
||||
(2, 600, 5),
|
||||
(3, 0, 5);
|
||||
|
||||
|
|
Loading…
Reference in New Issue