diff options
author | emkael <emkael@tlen.pl> | 2018-03-11 21:55:10 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-03-11 21:55:10 +0100 |
commit | cd48367fa5157df49ef6ece3be6a69a1fe83b5ff (patch) | |
tree | 0665f9c80a7df5dc294ed94eeb256843d99ae66b /import | |
parent | fca2d5c5e5f7ee216a84a3742f45bd09c73d1b4d (diff) |
http://ergast.com/mrd/bugs/comment-page-5/#comment-21399
Diffstat (limited to 'import')
-rw-r--r-- | import/10_fixes.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/import/10_fixes.sql b/import/10_fixes.sql index 8b13789..fc453f8 100644 --- a/import/10_fixes.sql +++ b/import/10_fixes.sql @@ -1 +1,2 @@ - +-- 1980 Austrian GP, Elio De Angelis' time +UPDATE results SET `time` = '+1:14.97', milliseconds = 5250700 WHERE resultId = 12244; |