summaryrefslogtreecommitdiff
path: root/import/10_fixes.sql
diff options
context:
space:
mode:
Diffstat (limited to 'import/10_fixes.sql')
-rw-r--r--import/10_fixes.sql3
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
+