feed: fixed some deps in exercices

This commit is contained in:
Li Chen 2013-11-08 20:28:18 +01:00
parent c10fc68a35
commit 23dc662822

View File

@ -162,12 +162,12 @@ VALUES
('29', '6', '27', '4', '20', 'Description 29'),
('30', '6', '29', '5', '40', 'Description 30'),
('31', '7', '', '1', '1', 'Description 31'),
('32', '7', '30', '2', '5', 'Description 32'),
('32', '7', '35', '2', '5', 'Description 32'),
('33', '7', '31', '3', '10', 'Description 33'),
('34', '7', '32', '4', '20', 'Description 34'),
('35', '7', '33', '5', '40', 'Description 35'),
('36', '8', '', '1', '1', 'Description 36'),
('37', '8', '35', '2', '5', 'Description 37'),
('37', '8', '40', '2', '5', 'Description 37'),
('38', '8', '36', '3', '10', 'Description 38'),
('39', '8', '37', '4', '20', 'Description 39'),
('40', '8', '38', '5', '40', 'Description 40');