diff --git a/services/db/04-fixtures.sql b/services/db/04-fixtures.sql index 83662e7d09..560797b261 100644 --- a/services/db/04-fixtures.sql +++ b/services/db/04-fixtures.sql @@ -512,7 +512,7 @@ INSERT INTO `vn`.`tag`(`id`,`name`,`isFree`,`isQuantitatif`,`sourceTable`,`unit` VALUES (1, 'Color', 0, 0, 'ink', null), (2, 'Power', 0, 0, 'producer', null), - (3, 'Shape', 1, 0, null, null), + (3, 'Shape', 0, 0, null, null), (4, 'Location', 1, 0, null, null), (5, 'Owner', 1, 1, null, null);