summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--import/11_death_dates.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/import/11_death_dates.sql b/import/11_death_dates.sql
index 31a1a10..f4d2253 100644
--- a/import/11_death_dates.sql
+++ b/import/11_death_dates.sql
@@ -1,4 +1,5 @@
ALTER TABLE drivers ADD dod DATE NULL AFTER dob;
+UPDATE drivers SET dod = "2018-01-14" WHERE driverId = 364; -- Dan Gurney
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