update fixtures #211

This commit is contained in:
Bernat 2018-04-24 07:54:30 +02:00
parent 64bddaa0b4
commit c9941ac1a7
1 changed files with 1 additions and 1 deletions

View File

@ -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);