cambio asociado al warehouse

This commit is contained in:
Javi Gallego 2018-08-30 11:44:39 +02:00
parent cda926dcb7
commit 87b0908ee4
1 changed files with 1 additions and 1 deletions

View File

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