summaryrefslogtreecommitdiff
path: root/import/11_death_dates.sql
diff options
context:
space:
mode:
Diffstat (limited to 'import/11_death_dates.sql')
-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 d592ea5..78b7687 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 = "2021-08-04" WHERE driverId = 336; -- Graham McRae
UPDATE drivers SET dod = "2021-07-07" WHERE driverId = 199; -- Carlos Reutemann
UPDATE drivers SET dod = "2021-05-04" WHERE driverId = 665; -- Leslie Marr
UPDATE drivers SET dod = "2021-05-02" WHERE driverId = 381; -- Bobby Unser