diff options
Diffstat (limited to 'import/01a_integrity_fixes.sql')
-rw-r--r-- | import/01a_integrity_fixes.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/import/01a_integrity_fixes.sql b/import/01a_integrity_fixes.sql index 370220b..e36367a 100644 --- a/import/01a_integrity_fixes.sql +++ b/import/01a_integrity_fixes.sql @@ -1,6 +1,2 @@ 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 |