diff options
author | emkael <emkael@tlen.pl> | 2017-03-26 22:53:08 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-03-26 22:53:08 +0200 |
commit | b4f51c0c18c30a051ca3c1433381694ce2ca14dc (patch) | |
tree | 934b90c1b32acaec1c152916fa4bd9ef16b4beea /import | |
parent | ea0bc74d76a9b7e7236413b5eda499db25cf4868 (diff) |
* stuff fixed upstream
Diffstat (limited to 'import')
-rw-r--r-- | import/10_fixes.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/import/10_fixes.sql b/import/10_fixes.sql index a1acc23..baea8cd 100644 --- a/import/10_fixes.sql +++ b/import/10_fixes.sql @@ -224,10 +224,6 @@ UPDATE drivers SET dob = '1913-12-15' WHERE driverId = 796; -- Walt Ader UPDATE drivers SET dob = '1989-08-28' WHERE driverId = 822; -- Valtteri Bottas UPDATE drivers SET dob = '1993-01-22' WHERE driverId = 837; -- Rio Haryanto --- http://ergast.com/mrd/bugs/comment-page-4/#comment-16190 -DELETE FROM constructorStandings WHERE constructorStandingsId = 24518; -DELETE FROM driverStandings WHERE driverStandingsId IN (7118, 7149, 7180, 7211, 7243); - -- http://ergast.com/mrd/bugs/comment-page-4/#comment-17613 UPDATE results SET grid = 12 WHERE resultId = 3666; -- 1998 Australian GP, Jean Alesi UPDATE results SET grid = 15 WHERE resultId = 3667; -- 1998 Australian GP, Jarno Trulli |