diff options
author | emkael <emkael@tlen.pl> | 2018-10-16 16:03:55 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-10-16 16:03:55 +0200 |
commit | aa37f52a0fee5338fdf69bfae296c4edea765530 (patch) | |
tree | eb8e1ce1c67c26a2bd67774633cb2adeca2f2155 /import | |
parent | c1f9b43b2f1c6d45fed3557633af4e86548013eb (diff) |
Ernie Pieterse's death date
Diffstat (limited to 'import')
-rw-r--r-- | import/11_death_dates.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/11_death_dates.sql b/import/11_death_dates.sql index 7322ec5..782351c 100644 --- a/import/11_death_dates.sql +++ b/import/11_death_dates.sql @@ -1,6 +1,7 @@ ALTER TABLE drivers ADD dod DATE NULL AFTER dob; 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-12-01" WHERE driverId = 413; -- Ernie Pieterse UPDATE drivers SET dod = "2017-09-19" WHERE driverId = 300; -- John Nicholson UPDATE drivers SET dod = "2017-09-18" WHERE driverId = 487; -- Massimo Natili UPDATE drivers SET dod = "2017-07-26" WHERE driverId = 316; -- Leo Kinnunen |