From c9941ac1a7b2403a617522707ed52df30d589c57 Mon Sep 17 00:00:00 2001 From: Bernat Date: Tue, 24 Apr 2018 07:54:30 +0200 Subject: [PATCH] update fixtures #211 --- 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 83662e7d0..560797b26 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);