From f50f4514fd5ff8e9730699a78b61a8481dbb7c25 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Wed, 16 Sep 2020 11:11:18 +0200 Subject: [PATCH] fixtures enhanced for tags --- db/dump/fixtures.sql | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index fdaf72440..61587b99d 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -1057,84 +1057,84 @@ INSERT INTO `vn`.`itemTag`(`id`,`itemFk`,`tagFk`,`value`,`priority`) (11, 2, 36, 'Stark Industries', 4), (12, 2, 1, 'Silver', 5), (13, 2, 67, 'Concussion', 6), - (14, 2, 23, '1', 7), + (14, 2, 23, '2', 7), (15, 3, 56, 'Ranged weapon', 1), (16, 3, 58, 'sniper rifle', 2), (17, 3, 4, '300mm', 3), (18, 3, 36, 'Stark Industries', 4), (19, 3, 1, 'Green', 5), (20, 3, 67, 'precission', 6), - (21, 3, 23, '1', 7), + (21, 3, 23, '3', 7), (22, 4, 56, 'Melee weapon', 1), (23, 4, 58, 'heavy shield', 2), (24, 4, 4, '1x0.5m', 3), (25, 4, 36, 'Stark Industries', 4), (26, 4, 1, 'Black', 5), (27, 4, 67, 'containtment', 6), - (28, 4, 23, '1', 7), + (28, 4, 23, '4', 7), (29, 5, 56, 'Ranged weapon', 1), (30, 5, 58, 'pistol', 2), (31, 5, 27, '9mm', 3), (32, 5, 36, 'Stark Industries', 4), (33, 5, 1, 'Silver', 5), (34, 5, 67, 'rapid fire', 6), - (35, 5, 23, '1', 7), + (35, 5, 23, '5', 7), (36, 6, 56, 'Container', 1), (37, 6, 58, 'ammo box', 2), (38, 6, 27, '1m', 3), (39, 6, 36, 'Stark Industries', 4), (40, 6, 1, 'Green', 5), (41, 6, 67, 'supply', 6), - (42, 6, 23, '1', 7), + (42, 6, 23, '6', 7), (43, 7, 56, 'Container', 1), (44, 7, 58, 'medical box', 2), (45, 7, 27, '1m', 3), (46, 7, 36, 'Stark Industries', 4), (47, 7, 1, 'White', 5), (48, 7, 67, 'supply', 6), - (49, 7, 23, '1', 7), + (49, 7, 23, '7', 7), (50, 8, 56, 'Ranged Reinforced weapon', 1), (51, 8, 58, '+1 longbow', 2), (52, 8, 27, '2m', 3), (53, 8, 36, 'Stark Industries', 4), (54, 8, 1, 'Brown', 5), (55, 8, 67, 'precission', 6), - (56, 8, 23, '1', 7), + (56, 8, 23, '8', 7), (57, 9, 56, 'Melee Reinforced weapon', 1), (58, 9, 58, 'combat fist', 2), (59, 9, 27, '15cm', 3), (60, 9, 36, 'Stark Industries', 4), (61, 9, 1, 'Silver', 5), (62, 9, 67, 'Concussion', 6), - (63, 9, 23, '1', 7), + (63, 9, 23, '9', 7), (64, 10, 56, 'Ranged Reinforced weapon', 1), (65, 10, 58, 'sniper rifle', 2), (66, 10, 4, '300mm', 3), (67, 10, 36, 'Stark Industries', 4), (68, 10, 1, 'Green', 5), (69, 10, 67, 'precission', 6), - (70, 10, 23, '1', 7), + (70, 10, 23, '10', 7), (71, 11, 56, 'Melee Reinforced weapon', 1), (72, 11, 58, 'heavy shield', 2), (73, 11, 4, '1x0.5m', 3), (74, 11, 36, 'Stark Industries', 4), (75, 11, 1, 'Black', 5), (76, 11, 67, 'containtment', 6), - (77, 11, 23, '1', 7), + (77, 11, 23, '11', 7), (78, 12, 56, 'Ranged Reinforced weapon', 1), (79, 12, 58, 'pistol', 2), (80, 12, 27, '9mm', 3), (81, 12, 36, 'Stark Industries', 4), (82, 12, 1, 'Silver', 5), (83, 12, 67, 'rapid fire', 6), - (84, 12, 23, '1', 7), + (84, 12, 23, '12', 7), (85, 13, 56, 'Chest', 1), (86, 13, 58, 'ammo box', 2), (87, 13, 27, '1m', 3), (88, 13, 36, 'Stark Industries', 4), (89, 13, 1, 'Green', 5), (90, 13, 67, 'supply', 6), - (91, 13, 23, '1', 7), + (91, 13, 23, '13', 7), (92, 14, 56, 'Chest', 1), (93, 14, 58, 'medical box', 2), (94, 14, 27, '1m', 3),