summaryrefslogtreecommitdiff
path: root/import
diff options
context:
space:
mode:
Diffstat (limited to 'import')
-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 438485a..e8bc694 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 = "2019-10-12" WHERE driverId = 330; -- Nanni Galli
UPDATE drivers SET dod = "2019-09-30" WHERE driverId = 457; -- Ben Pon
UPDATE drivers SET dod = "2019-06-02" WHERE driverId = 421; -- Alan Rollinson
UPDATE drivers SET dod = "2019-05-20" WHERE driverId = 182; -- Niki Lauda