update fixtures #211
This commit is contained in:
parent
64bddaa0b4
commit
c9941ac1a7
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue