summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-05-04 21:27:47 +0200
committeremkael <emkael@tlen.pl>2021-05-04 21:27:47 +0200
commit955d0ba5d72e6146370ebf3da68c0a4a15d74966 (patch)
tree720f8b215451998607d5a53221cf270ee4d7edd2
parent1a27552783d8c9be2b45a754c15fe01982b6e70f (diff)
Bobby Unser's death date
-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 9782806..1c604cd 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-05-02" WHERE driverId = 381; -- Bobby Unser
UPDATE drivers SET dod = "2021-03-22" WHERE driverId = 174; -- Johnny Dumfries
UPDATE drivers SET dod = "2021-03-08" WHERE driverId = 465; -- Keith Greene
UPDATE drivers SET dod = "2021-02-20" WHERE driverId = 354; -- Chris Craft