summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-03-22 12:51:21 +0100
committeremkael <emkael@tlen.pl>2017-03-22 12:51:21 +0100
commitea0bc74d76a9b7e7236413b5eda499db25cf4868 (patch)
tree6f06d0851dfb014ab5ce45e56dedbb13f26fea8f
parent5b1472c1e559f16abedd1ca00a33b47f35400abc (diff)
* RIP, Ian Stewart
-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 68590b8..ab36734 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-03-19" WHERE driverId = 707; -- Ian Stewart
UPDATE drivers SET dod = "2017-03-12" WHERE driverId = 258; -- Patrick Neve
UPDATE drivers SET dod = "2017-03-10" WHERE driverId = 341; -- John Surtees
UPDATE drivers SET dod = "2017-01-23" WHERE driverId = 563; -- Chuck Weyant