From 4f50106e92a289933cd4a269a4b128853678abc7 Mon Sep 17 00:00:00 2001 From: Bernat Exposito Domenech Date: Thu, 10 Sep 2020 08:08:00 +0200 Subject: [PATCH] fix fixtures --- db/dump/fixtures.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index b451fce99..17419a5d0 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -690,9 +690,9 @@ INSERT INTO `vn`.`itemType`(`id`, `code`, `name`, `categoryFk`, `life`,`workerFk INSERT INTO `vn`.`ink`(`id`, `name`, `picture`, `showOrder`, `hex`) VALUES - ('YEL', 'Yellow', 1, 1, 'FFFF33'), - ('BLU', 'Blue', 1, 2, '1436DE'), - ('RED', 'Red', 1, 3, 'FF0000'); + ('YEL', 'Yellow', 1, 1, 'F4D03F'), + ('BLU', 'Blue', 1, 2, '5DADE2'), + ('RED', 'Red', 1, 3, 'EC7063'); INSERT INTO `vn`.`origin`(`id`,`code`, `name`) VALUES