summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-26 11:59:11 +0100
committeremkael <emkael@tlen.pl>2017-01-26 11:59:11 +0100
commitb00795422376fb771c38870655930c2ab8f3ca54 (patch)
tree7b3a16443fc6f1bdb2ba74be1196bebdd4bbc043
parent9bf1121254eaa74484306ebbb544772cdb991a9f (diff)
* RIP, Chuck Weyant
-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 c7e7903..4e828dc 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 = "2017-01-23" WHERE driverId = 563; -- Chuck Weyant
UPDATE drivers SET dod = "2016-08-03" WHERE driverId = 278; -- Chris Amon
UPDATE drivers SET dod = "2016-05-21" WHERE driverId = 292; -- Eddie Keizan
UPDATE drivers SET dod = "2016-03-31" WHERE driverId = 318; -- Bertil Roos