summaryrefslogtreecommitdiff
path: root/import
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-10-06 22:12:56 +0200
committeremkael <emkael@tlen.pl>2016-10-06 22:12:56 +0200
commit9f174d7c9ac5271f1e7c9eb6820511ac6e4af6b5 (patch)
tree863c3a4d9683a29eed8b98ce418b402e50668e0a /import
parentdc803087fdd072595caf9da39998f79e035b2380 (diff)
* http://ergast.com/mrd/bugs/comment-page-3/#comment-15573
Diffstat (limited to 'import')
-rw-r--r--import/10_fixes.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/import/10_fixes.sql b/import/10_fixes.sql
index 1335a55..d457ddc 100644
--- a/import/10_fixes.sql
+++ b/import/10_fixes.sql
@@ -192,6 +192,4 @@ UPDATE results SET number = 15 WHERE resultId = 19958; -- 1951 British Grand Pri
UPDATE results SET number = 23 WHERE resultId = 19959; -- 1951 British Grand Prix, Chiron
UPDATE results SET number = 16 WHERE resultId = 19960; -- 1951 British Grand Prix, James
--- http://ergast.com/mrd/bugs/#comment-15534
-UPDATE races SET name = REPLACE(name, 'GP', 'Grand Prix') WHERE name LIKE '%GP%';
UPDATE races SET name = REPLACE(name, 'Belgium', 'Belgian') WHERE `name` LIKE 'Belgium%';