diff options
Diffstat (limited to 'import')
-rw-r--r-- | import/01a_integrity_fixes.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/import/01a_integrity_fixes.sql b/import/01a_integrity_fixes.sql index e69de29..e36367a 100644 --- a/import/01a_integrity_fixes.sql +++ b/import/01a_integrity_fixes.sql @@ -0,0 +1,2 @@ +ALTER TABLE races CHANGE circuitId circuitId INT(11) NULL; +UPDATE races SET circuitId = NULL WHERE raceId = 935; -- 2015 German GP, venue TBA |