diff options
author | emkael <emkael@tlen.pl> | 2017-03-13 09:28:21 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-03-13 09:28:21 +0100 |
commit | 9765b0e479b92114d10540c2feebfcc704c02fba (patch) | |
tree | 993756b8f35aa6e186fc48c6d6d835e0ee63bfef /import | |
parent | b00795422376fb771c38870655930c2ab8f3ca54 (diff) |
* RIP, John Surtees
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 4e828dc..8e45596 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-03-10" WHERE driverId = 341; -- John Surtees UPDATE drivers SET dod = "2017-01-23" WHERE driverId = 563; -- Chuck Weyant UPDATE drivers SET dod = "2016-08-03" WHERE driverId = 278; -- Chris Amon UPDATE drivers SET dod = "2016-05-21" WHERE driverId = 292; -- Eddie Keizan |