diff options
author | emkael <emkael@tlen.pl> | 2015-04-01 11:42:23 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-04-01 11:42:23 +0200 |
commit | 4a48faa9e048d07211763a538c350b504162d42c (patch) | |
tree | 0b975d47d13502cbae52d30254e66c564237b0c8 /import | |
parent | e77f12a5c4ec833f07977a64812679b37df53f4f (diff) |
* http://ergast.com/mrd/bugs/comment-page-3#comment-12343
Diffstat (limited to 'import')
-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 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 |