cambio asociado al warehouse
This commit is contained in:
parent
cda926dcb7
commit
87b0908ee4
|
@ -47,7 +47,7 @@ INSERT INTO `vn`.`warehouse`(`id`, `name`, `isComparative`, `isInventory`, `hasA
|
|||
(2, 'Warehouse Two', 0, 1, 1, 1),
|
||||
(3, 'Warehouse Three', 1, 1, 1, 1),
|
||||
(4, 'Warehouse Four', 1, 1, 1, 1),
|
||||
(5, 'Warehouse Five', 1, 1, 1, 0);
|
||||
(5, 'Warehouse Five', 1, 0, 1, 0);
|
||||
|
||||
INSERT INTO `vn`.`warehouseAlias`(`id`, `name`)
|
||||
VALUES
|
||||
|
|
Loading…
Reference in New Issue