updatefixtures userConfig
This commit is contained in:
parent
708ca020a2
commit
47a50be560
|
@ -928,4 +928,7 @@ INSERT INTO `vn`.`orderTicket`(`orderFk`, `ticketFk`)
|
||||||
(18, 18),
|
(18, 18),
|
||||||
(19, 19),
|
(19, 19),
|
||||||
(20, 20),
|
(20, 20),
|
||||||
(21, 21);
|
(21, 21);
|
||||||
|
|
||||||
|
INSERT INTO `vn`.`userConfig` (`userFk`, `warehouseFk`)
|
||||||
|
VALUES ('9', '1');
|
||||||
|
|
Loading…
Reference in New Issue