diff options
author | emkael <emkael@tlen.pl> | 2020-08-18 15:06:16 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-08-18 15:06:16 +0200 |
commit | 71bb9894a7e47abdaef9cb965ba416ebe6e90b89 (patch) | |
tree | dc8f57eb109e972f06cceb8f308b5e1b1ceb2a73 /import/11_death_dates.sql | |
parent | 08bdec96defce41cc5aa267e7b9817c33236391b (diff) |
Don Edmunds' and Mario de Cabral's death dates
Diffstat (limited to 'import/11_death_dates.sql')
-rw-r--r-- | import/11_death_dates.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/import/11_death_dates.sql b/import/11_death_dates.sql index 2fe9074..0ec6270 100644 --- a/import/11_death_dates.sql +++ b/import/11_death_dates.sql @@ -1,4 +1,6 @@ ALTER TABLE drivers ADD dod DATE NULL AFTER dob; +UPDATE drivers SET dod = "2020-08-17" WHERE driverId = 432; -- Mario de Cabral +UPDATE drivers SET dod = "2020-08-11" WHERE driverId = 614; -- Don Edmunds UPDATE drivers SET dod = "2020-06-09" WHERE driverId = 326; -- Eppie Wietzes UPDATE drivers SET dod = "2020-04-12" WHERE driverId = 475; -- Stirling Moss UPDATE drivers SET dod = "2020-03-24" WHERE driverId = 436; -- John Campbell-Jones |