summaryrefslogtreecommitdiff
path: root/import
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-11 14:05:58 +0100
committeremkael <emkael@tlen.pl>2018-11-11 14:05:58 +0100
commit082199920ba19c426bd7b39145d586d318f7861c (patch)
tree3fdabe4f2067a9b9406965f6127ff646cc54e61d /import
parent75338c0799ee42b26228ca920aad7860b758fc38 (diff)
Dave Morgan's death date
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 021b291..5df8043 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 = "2018-11-08" WHERE driverId = 301; -- Dave Morgan
UPDATE drivers SET dod = "2018-04-08" WHERE driverId = 357; -- John Miles
UPDATE drivers SET dod = "2018-01-14" WHERE driverId = 364; -- Dan Gurney
UPDATE drivers SET dod = "2017-11-01" WHERE driverId = 413; -- Ernie Pieterse