update fixtures
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-09-09 13:49:03 +02:00
parent 9ff7232b50
commit fb3f01151c
1 changed files with 4 additions and 4 deletions

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