From 4a48faa9e048d07211763a538c350b504162d42c Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 1 Apr 2015 11:42:23 +0200 Subject: * http://ergast.com/mrd/bugs/comment-page-3#comment-12343 --- import/10_fixes.sql | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'import') diff --git a/import/10_fixes.sql b/import/10_fixes.sql index 3f93241..713aae9 100644 --- a/import/10_fixes.sql +++ b/import/10_fixes.sql @@ -1 +1,5 @@ UPDATE results SET grid = 15 WHERE resultId = 2939; -- Nick Heidfeld, Australia 2000 + +-- http://ergast.com/mrd/bugs/comment-page-3#comment-12343 +UPDATE results SET position = 3 WHERE resultId = 20185; -- Manny Ayulo, 1951 Indy 500 +UPDATE results SET position = 9, positionText = '9' WHERE resultId = 1207; -- Ralf Schumacher, San Marino 2005 -- cgit v1.2.3