diff options
author | emkael <emkael@tlen.pl> | 2016-05-24 10:51:25 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-24 10:51:25 +0200 |
commit | 7eb7e694cc5c66197366da07d959fbe755032663 (patch) | |
tree | 0c91df4db9b2bfab6e7b6d42d50571c36947351d | |
parent | bd724dc64d64df5f10ce7330e901bff9f6d02b5d (diff) |
* Eddie Keizan's death date
-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 4414605..826df87 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 = "2016-05-21" WHERE driverId = 292; -- Eddie Keizan UPDATE drivers SET dod = "2016-03-31" WHERE driverId = 318; -- Bertil Roos UPDATE drivers SET dod = "2016-01-18" WHERE driverId = 617; -- Mike MacDowel UPDATE drivers SET dod = "2016-01-09" WHERE driverId = 551; -- Maria de Filippis |