update fixtures

This commit is contained in:
SAMBA\bernat 2018-02-19 13:39:31 +01:00
parent 171d0f5867
commit 20229cf3e1
1 changed files with 5 additions and 5 deletions

View File

@ -387,12 +387,12 @@ INSERT INTO `vn`.`itemBarcode`(`id`, `itemFk`, `code`)
(3, 1 ,3 ), (3, 1 ,3 ),
(4, 2 ,4 ); (4, 2 ,4 );
INSERT INTO `vn`.`itemPlacement`(`itemFk`, `warehouseFk`, `code`) INSERT INTO `vn`.`itemPlacement`(`id`, `itemFk`, `warehouseFk`, `code`)
VALUES VALUES
( 1, 1, 'A1'), (1, 1, 1, 'A1'),
( 1, 2, 'A2'), (2, 1, 2, 'A2'),
( 1, 3, 'A3'), (3, 1, 3, 'A3'),
( 2, 1, 'A4'); (4, 2, 1, 'A4');
INSERT INTO `edi`.`genus`(`genus_id`, `latin_genus_name`, `entry_date`, `expiry_date`, `change_date_time`) INSERT INTO `edi`.`genus`(`genus_id`, `latin_genus_name`, `entry_date`, `expiry_date`, `change_date_time`)
VALUES VALUES