From ffd9d4fb6706e609a16b3a5a2fffe0959fd845d3 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 3 Mar 2015 11:54:10 +0100 Subject: * career length stats * http://ergast.com/mrd/bugs/comment-page-2#comment-12128 --- import/01a_integrity_fixes.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'import/01a_integrity_fixes.sql') diff --git a/import/01a_integrity_fixes.sql b/import/01a_integrity_fixes.sql index 560ab62..370220b 100644 --- a/import/01a_integrity_fixes.sql +++ b/import/01a_integrity_fixes.sql @@ -2,3 +2,5 @@ ALTER TABLE races CHANGE circuitId circuitId INT(11) NULL; UPDATE races SET circuitId = NULL WHERE raceId = 935; -- 2015 German GP, venue TBA UPDATE results SET position = NULL WHERE position = 0; + +UPDATE drivers SET dob = NULL WHERE driverId = 415; -- Ray Reed, date of birth unknown -- cgit v1.2.3