summaryrefslogtreecommitdiff
path: root/import/01a_integrity_fixes.sql
blob: 370220b3491d55ff67a7eb267e9da99463be8118 (plain)
1
2
3
4
5
6
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