summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-10-22 20:25:35 +0200
committeremkael <emkael@tlen.pl>2018-10-22 20:25:35 +0200
commit75338c0799ee42b26228ca920aad7860b758fc38 (patch)
tree901d5afb57291a3dfc76da0c112481ddfaa1e735
parentaa37f52a0fee5338fdf69bfae296c4edea765530 (diff)
Pieterse's DoD fixed
-rw-r--r--import/11_death_dates.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/11_death_dates.sql b/import/11_death_dates.sql
index 782351c..021b291 100644
--- a/import/11_death_dates.sql
+++ b/import/11_death_dates.sql
@@ -1,7 +1,7 @@
ALTER TABLE drivers ADD dod DATE NULL AFTER dob;
UPDATE drivers SET dod = "2018-04-08" WHERE driverId = 357; -- John Miles
UPDATE drivers SET dod = "2018-01-14" WHERE driverId = 364; -- Dan Gurney
-UPDATE drivers SET dod = "2017-12-01" WHERE driverId = 413; -- Ernie Pieterse
+UPDATE drivers SET dod = "2017-11-01" WHERE driverId = 413; -- Ernie Pieterse
UPDATE drivers SET dod = "2017-09-19" WHERE driverId = 300; -- John Nicholson
UPDATE drivers SET dod = "2017-09-18" WHERE driverId = 487; -- Massimo Natili
UPDATE drivers SET dod = "2017-07-26" WHERE driverId = 316; -- Leo Kinnunen