From 5babd746331a2bde0f4d25c0916090d4ac597072 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 19 Feb 2015 09:05:35 +0100 Subject: * fixes from the 18.02.2015 DB dump no longer needed --- import/01a_integrity_fixes.sql | 10 ---------- import/10_fixes.sql | 1 - 2 files changed, 11 deletions(-) diff --git a/import/01a_integrity_fixes.sql b/import/01a_integrity_fixes.sql index b42f117..e69de29 100644 --- a/import/01a_integrity_fixes.sql +++ b/import/01a_integrity_fixes.sql @@ -1,10 +0,0 @@ -UPDATE constructorResults SET constructorId = 7 WHERE constructorResultsId = 14128; -- Toyota, Spain 2005 -UPDATE constructorResults SET constructorId = 3 WHERE constructorResultsId = 14845; -- Williams, China 2014 - -UPDATE constructorStandings SET constructorId = 7 WHERE constructorStandingsId = 24518; -- Toyota, Spain 2005 - -UPDATE qualifying SET driverId = 42, constructorId = 17 WHERE qualifyId = 4019; -- Baumgartner (Jordan), Hungary 2003 -UPDATE qualifying SET driverId = 42, constructorId = 17 WHERE qualifyId = 4038; -- Baumgartner (Jordan), Italy 2003 -UPDATE qualifying SET driverId = 48, constructorId = 3 WHERE qualifyId = 4025; -- Gené (Williams), Italy 2003 -UPDATE qualifying SET constructorId = 164 WHERE qualifyId IN (3420, 3421); -- HRT, China 2010 -UPDATE qualifying SET constructorId = 3 WHERE qualifyId IN (4600, 4602); -- Williams, China 2011 diff --git a/import/10_fixes.sql b/import/10_fixes.sql index 810d9f3..e69de29 100644 --- a/import/10_fixes.sql +++ b/import/10_fixes.sql @@ -1 +0,0 @@ -UPDATE results SET position = 20, positionText = 20 WHERE resultId = 21885; -- Perez in Great Britain 2013: classified 20th, not NC -- cgit v1.2.3