diff options
author | emkael <emkael@tlen.pl> | 2015-03-02 12:05:51 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-03-02 12:05:51 +0100 |
commit | ceed9e1056698cc3e1d1a34b35bc8c9af280f23d (patch) | |
tree | 4b5ddc1365e87fa734d69b8a58092e6fad2169cb | |
parent | 1a28a15c256ed87aa3d78f31e7c79cd8794e9b32 (diff) |
http://ergast.com/mrd/bugs/comment-page-2#comment-12125
-rw-r--r-- | import/10_fixes.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |