diff options
author | emkael <emkael@tlen.pl> | 2018-04-11 12:35:08 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-04-11 12:35:08 +0200 |
commit | 0062e759e8b5e8f9914cb79000253732e9b5acc8 (patch) | |
tree | c427c2b0ee5b562d9bb8f201a2320389e42d5054 | |
parent | a6dcbf9f1e923eaae5a76d2160430ef6a26f798d (diff) |
* RIP, John Miles
-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 f4d2253..60299be 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-04-08" WHERE driverId = 357; -- John Miles UPDATE drivers SET dod = "2018-01-14" WHERE driverId = 364; -- Dan Gurney UPDATE drivers SET dod = "2017-09-19" WHERE driverId = 300; -- John Nicholson UPDATE drivers SET dod = "2017-09-18" WHERE driverId = 487; -- Massimo Natili |