diff options
author | emkael <emkael@tlen.pl> | 2015-02-19 09:05:35 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-02-19 09:05:35 +0100 |
commit | 5babd746331a2bde0f4d25c0916090d4ac597072 (patch) | |
tree | 4f16c4e14b46054726ef624ff0158cb6667cb2ab /import | |
parent | a0f5e709cfc9b61a8919b9ddb3ce915028128287 (diff) |
* fixes from the 18.02.2015 DB dump no longer needed
Diffstat (limited to 'import')
-rw-r--r-- | import/01a_integrity_fixes.sql | 10 | ||||
-rw-r--r-- | import/10_fixes.sql | 1 |
2 files changed, 0 insertions, 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 |