diff options
author | emkael <emkael@tlen.pl> | 2017-03-14 10:43:37 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-03-14 10:43:37 +0100 |
commit | fb0c8e1fcb98edb6345a78456b74ddfe670cd49e (patch) | |
tree | b2d3f9a09f68f477ec543452435a6384fb49bc62 /import | |
parent | 9765b0e479b92114d10540c2feebfcc704c02fba (diff) |
* RIP, Patrick Neve
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 8e45596..68590b8 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-12" WHERE driverId = 258; -- Patrick Neve 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 |