From 4c26879fdb3a2c6c2823fea364960080cf01a7c8 Mon Sep 17 00:00:00 2001 From: Bernat Exposito Date: Tue, 20 Feb 2018 11:16:02 +0100 Subject: [PATCH] update fixtures edi.genus/specie --- services/db/04-fixtures.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/db/04-fixtures.sql b/services/db/04-fixtures.sql index 5ccd1b5e3..7f15a7a13 100644 --- a/services/db/04-fixtures.sql +++ b/services/db/04-fixtures.sql @@ -436,4 +436,4 @@ INSERT INTO `vn`.`itemTag`(`id`,`itemFk`,`tagFk`,`value`,`priority`) INSERT INTO `vn`.`itemLog` (`id`, `originFk`, `userFk`, `action`, `description`) VALUES - ('1', '1', '1', 'insert', 'We made an change!'); \ No newline at end of file + ('1', '1', '1', 'insert', 'We made an change!'); \ No newline at end of file