From e2e9966f64d71e36f66d9a271d65a9f37f484838 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 20 Mar 2015 14:00:12 +0100 Subject: * German GP is no more --- import/01a_integrity_fixes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/01a_integrity_fixes.sql b/import/01a_integrity_fixes.sql index e36367a..ded05bd 100644 --- a/import/01a_integrity_fixes.sql +++ b/import/01a_integrity_fixes.sql @@ -1,2 +1,2 @@ ALTER TABLE races CHANGE circuitId circuitId INT(11) NULL; -UPDATE races SET circuitId = NULL WHERE raceId = 935; -- 2015 German GP, venue TBA +DELETE FROM races WHERE raceId = 935; -- 2015 German GP is no more -- cgit v1.2.3