diff options
author | emkael <emkael@tlen.pl> | 2017-07-28 13:30:54 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-28 13:30:54 +0200 |
commit | ca1cbba8fc32b101e3e4bb07314a7e3b639d4752 (patch) | |
tree | 76b7ffc04bb9476347cfd67d64bde297657f9387 /import | |
parent | 350e4a823f4eba8b81e36869d4422732634a87a5 (diff) |
* RIP, Leo Kinnunen
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 e691ec3..4da105f 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-07-26" WHERE driverId = 316; -- Leo Kinnunen UPDATE drivers SET dod = "2017-04-05" WHERE driverId = 441; -- Tim Parnell UPDATE drivers SET dod = "2017-04-03" WHERE driverId = 540; -- Mike Taylor UPDATE drivers SET dod = "2017-03-19" WHERE driverId = 707; -- Ian Stewart |