From ceed9e1056698cc3e1d1a34b35bc8c9af280f23d Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 2 Mar 2015 12:05:51 +0100 Subject: http://ergast.com/mrd/bugs/comment-page-2#comment-12125 --- import/10_fixes.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/import/10_fixes.sql b/import/10_fixes.sql index ac8b68a..6759298 100644 --- a/import/10_fixes.sql +++ b/import/10_fixes.sql @@ -5,3 +5,6 @@ UPDATE circuits SET lat = 36.11617, lng = -115.1745 WHERE circuitRef = 'las_vega UPDATE circuits SET lat = 47.95, lng = 0.2242312 WHERE circuitRef = 'lemans'; UPDATE circuits SET lat = 28.3468, lng = 77.5331232 WHERE circuitRef = 'buddh'; UPDATE circuits SET country = 'USA' WHERE country = 'United States'; + +UPDATE results SET grid = 15 WHERE resultId = 2939; -- Nick Heidfeld, Australia 2000 + -- cgit v1.2.3