diff options
author | emkael <emkael@tlen.pl> | 2015-03-20 14:00:12 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-03-20 14:00:12 +0100 |
commit | e2e9966f64d71e36f66d9a271d65a9f37f484838 (patch) | |
tree | 83afd1a4bd3cca8087c469b12bb2a65949168b06 | |
parent | 1ed5cc6966c3351e851b7c90ec389517eae6dd74 (diff) |
* German GP is no more
-rw-r--r-- | import/01a_integrity_fixes.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |