From 6d153df577d606b8d7606dd9838f64143274951e Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 21 Dec 2020 00:24:09 +0100 Subject: Ocon's and Stroll's race times for Abu Dhabi '20 --- import/10_fixes.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'import') diff --git a/import/10_fixes.sql b/import/10_fixes.sql index 8b13789..dab6ab8 100644 --- a/import/10_fixes.sql +++ b/import/10_fixes.sql @@ -1 +1,3 @@ - +-- http://ergast.com/mrd/bugs/comment-page-8/#comment-145868 +UPDATE results SET `time` = '+1:41.069', milliseconds = 5889714 WHERE resultId = 24954; -- Ocon, Abu Dhabi 2020 +UPDATE results SET `time` = '+1:42.738', milliseconds = 5891383 WHERE resultId = 24955; -- Stroll, Abu Dhabi 2020 -- cgit v1.2.3