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