summaryrefslogtreecommitdiff
path: root/import/01a_integrity_fixes.sql
blob: 560ab629d62a6a1087571e3726c2ce20992be364 (plain)
1
2
3
4
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;