diff options
author | emkael <emkael@tlen.pl> | 2016-11-30 17:23:05 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-30 17:23:05 +0100 |
commit | 9bf1121254eaa74484306ebbb544772cdb991a9f (patch) | |
tree | 5a2973c215b2fa3dcc1170e602062d327d363a89 | |
parent | d26f49e4e4e898ed2b94e9aa9117b9417816d58f (diff) |
http://ergast.com/mrd/bugs/comment-page-4/#comment-16190
-rw-r--r-- | import/10_fixes.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/import/10_fixes.sql b/import/10_fixes.sql index 70bc411..a71fdbe 100644 --- a/import/10_fixes.sql +++ b/import/10_fixes.sql @@ -223,3 +223,7 @@ UPDATE drivers SET dob = '1909-01-01' WHERE driverId = 754; -- Marcel Balsa 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); |