diff options
author | emkael <emkael@tlen.pl> | 2018-01-16 01:06:26 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-01-16 01:06:26 +0100 |
commit | fca2d5c5e5f7ee216a84a3742f45bd09c73d1b4d (patch) | |
tree | abcdbc04a5477477a370d431a87066d20b29dd07 /import | |
parent | aa34a5d44d7e714b678f23032f397d8fd22bba57 (diff) |
* RIP, Dan Gurney
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 31a1a10..f4d2253 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-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 UPDATE drivers SET dod = "2017-07-26" WHERE driverId = 316; -- Leo Kinnunen |