From fb3f01151cffb4dee3424e920580a7dc91608abe Mon Sep 17 00:00:00 2001 From: Bernat Exposito Domenech Date: Wed, 9 Sep 2020 13:49:03 +0200 Subject: [PATCH] update fixtures --- db/dump/fixtures.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index 22fa2076a8..b451fce991 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -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