2438-export_production #372

Merged
carlosjr merged 8 commits from 2438-export_production into dev 2020-09-10 12:38:01 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit fb3f01151c - Show all commits

View File

@ -688,11 +688,11 @@ INSERT INTO `vn`.`itemType`(`id`, `code`, `name`, `categoryFk`, `life`,`workerFk
(5, 'CON', 'Container', 3, NULL, 35, 1),
(6, 'ALS', 'Alstroemeria', 1, 31, 35, 0);
INSERT INTO `vn`.`ink`(`id`, `name`, `picture`, `showOrder`)
INSERT INTO `vn`.`ink`(`id`, `name`, `picture`, `showOrder`, `hex`)
VALUES
('YEL', 'Yellow', 1, 1),
('BLU', 'Blue', 1, 2),
('RED', 'Red', 1, 3);
('YEL', 'Yellow', 1, 1, 'FFFF33'),
('BLU', 'Blue', 1, 2, '1436DE'),
('RED', 'Red', 1, 3, 'FF0000');
INSERT INTO `vn`.`origin`(`id`,`code`, `name`)
VALUES