micro refactor at sql inserts file

This commit is contained in:
Carlos Jimenez 2017-12-15 08:22:34 +01:00
parent c04020d0e7
commit a0b1e13804
1 changed files with 1 additions and 1 deletions

View File

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